stardis

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

commit f463672a8812be5308f34c1c93b76c26b3e2eb82
parent 24e08b336e5bd03513834799ea6a5d28829c11d6
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 16 Jun 2020 11:24:37 +0200

Fix a comment

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

diff --git a/src/stardis-output.c b/src/stardis-output.c @@ -1172,7 +1172,7 @@ dump_compute_region_at_the_end_of_vtk ERR(sg3d_geometry_get_unique_triangle_properties(stardis->geometry.sg3d, i, prop)); /* For triangles in compute volume, - * v==1 if FRONT, v==2 for BACK, v==3 for BOTH */ + * v==1 if FRONT, v==2 for BACK */ if(prop[SG3D_FRONT] == medium_id && prop[SG3D_BACK] == medium_id) ; /* Keep v==0, not really a boundary */ else if(prop[SG3D_FRONT] == medium_id)