star-uvm

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

commit d089ba08930675eb645cbaa586c72c0b6b815a52
parent 94ce3187ca34f9469a7a32bbde7d076cc2a8d912
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 27 Jul 2023 12:14:44 +0200

Correction of a typo in a make.sh script error message

Diffstat:
Mmake.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh @@ -34,7 +34,7 @@ run_test() if "./${test}" > /dev/null 2>&1; then printf "\e[1;32mOK\e[m\n" else - printf "\e[1;31mErreur\e[m\n" + printf "\e[1;31mError\e[m\n" fi done 2> /dev/null }