star-uvm

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

commit 98d026e481b5286f800b45d9548072f1e3132acd
parent 71ea7b375ba5bf22bd25e031252ea5a224623aa0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Jan 2021 15:50:37 +0100

Fix a typo in 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 @@ fixup_tetrahedra_normals(struct suvm_volume* vol) } if(fixup) { - log_warn(vol->dev, "Tetrahedrals were not correctly orientated.\n"); + log_warn(vol->dev, "Tetrahedra were not correctly orientated.\n"); } return RES_OK; }