stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 70fbe35649783c249a00112733fe689497a96feb
parent 36686c6b5bb6ebf7b97ece39794c3c4a88614939
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  8 Feb 2021 11:00:05 +0100

Fix a typo

Diffstat:
Msrc/sdis_misc_Xd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdis_misc_Xd.h b/src/sdis_misc_Xd.h @@ -65,7 +65,7 @@ XD(time_rewind) /* Fetch initial temperature */ temperature = solid_get_temperature(mdm, &rwalk->vtx); if(temperature < 0) { - log_err(mdm->dev, "%s: the path reaches the limit condition by the " + log_err(mdm->dev, "%s: the path reaches the limit condition but the " "temperature remains unknown.\n", FUNC_NAME); res = RES_BAD_ARG; goto error;