stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 074eee3548fa986549ff842f122b86533c79e71f
parent 7f7933e72848b2c720a1aa6619ba65297abefd3d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 12 Mar 2025 17:18:15 +0100

Fix another regression

Confused names when renaming stardis_mode flags.

Diffstat:
Msrc/stardis-compute.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-compute.c b/src/stardis-compute.c @@ -348,7 +348,7 @@ compute_probe(struct stardis* stardis, struct time* start) FILE* stream_p = NULL; struct time compute_start, compute_end; - ASSERT(stardis && start && (stardis->mode & MODE_COMPUTE_PROBE_TEMP_ON_SURF)); + ASSERT(stardis && start && (stardis->mode & MODE_COMPUTE_PROBE_TEMP_ON_VOL)); ERR(check_probe_conform_to_type(stardis, stardis->probe, stardis->time_range[0], &iprim, uv));