stardis-solver

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

commit 5a95ad5edb12d556f0c561d0a2c0d3d48759203d
parent e7d8bc730d00a99b034147f939c45894322455c2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  2 Dec 2021 16:24:52 +0100

Fix an assertion

Diffstat:
Msrc/sdis_heat_path_conductive_Xd.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/sdis_heat_path_conductive_Xd.h b/src/sdis_heat_path_conductive_Xd.h @@ -230,7 +230,6 @@ XD(check_handle_volumic_power_args) && args->dir1 && args->hit0 && args->hit1 - && (args->power == SDIS_VOLUMIC_POWER_NONE || args->power >= 0) && args->lambda >= 0 && args->delta_solid > 0 && args->delta >= 0