From cd14eefbf4d92643d72447f8b2ee2ae462291fd4 Mon Sep 17 00:00:00 2001 From: wyldckat Date: Sat, 5 Sep 2015 12:07:11 +0100 Subject: [PATCH] Hack in paraFoam for enforcing the period to be the decimal separator. Bug fix for issue #285: https://sourceforge.net/p/openfoam-extend/ticketsfoamextendrelease/285/ --- bin/paraFoam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/paraFoam b/bin/paraFoam index 0b8c5a424..69c3510c4 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -48,6 +48,9 @@ USAGE unset regionName touchOnly useNativeReader +# This is needed for systems that are using comma as the decimal separator +export LC_NUMERIC=C + # parse options while [ "$#" -gt 0 ] do