star-uvm

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

commit 46a2c47fad4ca0e803755113bf50e6240afe7660
parent ce61446885e68ba72cbc50ffa58d8014082ff0c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 25 Mar 2021 15:12:45 +0100

Fix a log message

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

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