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/
This commit is contained in:
wyldckat 2015-09-05 12:07:11 +01:00
parent a45a6d72ae
commit cd14eefbf4

View file

@ -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