BUG: paraFoam: add locale specification
This commit is contained in:
parent
de200baf7d
commit
02b6224390
@ -62,6 +62,11 @@ unset FOAM_ABORT
|
||||
|
||||
unset regionName optTouch
|
||||
|
||||
# Hack: change all locale to 'C' i.e. using '.' for decimal point. This is
|
||||
# only needed temporarily until paraview is locale aware. (git version is
|
||||
# already 2010-07)
|
||||
export LC_ALL=C
|
||||
|
||||
# reader extension
|
||||
extension=OpenFOAM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user