Skip to content
Snippets Groups Projects
Commit 02b62243 authored by mattijs's avatar mattijs
Browse files

BUG: paraFoam: add locale specification

parent de200baf
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment