stardis

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

commit 16b1f7377c0fed2f3424c713963a07210cf1e641
parent 1f879f769ff8079f15f1f1162fb8e18abd6511a5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 15 Oct 2021 16:54:49 +0200

Fix remaining T_BOUNDARY_FOR_FLUID occurence

Diffstat:
Msrc/stardis-parsing.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -1152,8 +1152,7 @@ description_set_name const char* keywords[] = { "AUTO", "BACK", "BOTH", "FLUID", "FRONT", "F_BOUNDARY_FOR_SOLID", "H_BOUNDARY_FOR_FLUID", "H_BOUNDARY_FOR_SOLID", "SCALE", "SOLID", - "SOLID_FLUID_CONNECTION", "T_BOUNDARY_FOR_FLUID", "T_BOUNDARY_FOR_SOLID", - "UNKNOWN" }; + "SOLID_FLUID_CONNECTION", "T_BOUNDARY_FOR_SOLID", "UNKNOWN" }; int i; ASSERT(name && tk);