star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit 01f4b6869b8f614221044470f6537d63f6aea468
parent 46a2c47fad4ca0e803755113bf50e6240afe7660
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 13 Apr 2021 12:11:20 +0200

Adjust a warning message

Diffstat:
Msrc/suvm_volume.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/suvm_volume.c b/src/suvm_volume.c @@ -509,7 +509,8 @@ setup_tetrahedra_normals } if(fixup) { - log_warn(vol->dev, "Tetrahedra were not correctly oriented.\n"); + log_warn(vol->dev, "Tetrahedra were not correctly oriented regarding the " + "Star-UVM convention.\n"); } exit: