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:
parent
a45a6d72ae
commit
cd14eefbf4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue