stardis-solver

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

commit e09b940a13509665828e227f55dcd99720353c0a
parent 8b19431a63d2e24bbaef39dd23a0fcceb25ac409
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  4 Apr 2022 15:00:13 +0200

Fix a small formatting issue in a log message

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

diff --git a/src/sdis_heat_path_boundary_Xd_solid_fluid_picard1.h b/src/sdis_heat_path_boundary_Xd_solid_fluid_picard1.h @@ -51,7 +51,7 @@ XD(check_Tref) } if(Tref > scn->tmax) { log_err(scn->dev, - "%s: invalid maximum temperature `%gK'. The reference temperature `%gK'" + "%s: invalid maximum temperature `%gK'. The reference temperature `%gK' " "at the position `"STR_VECX"' is greater than this temperature.\n", func_name, scn->tmax, Tref, SPLITX(pos)); return RES_BAD_OP_IRRECOVERABLE;