From 02b62243900cf2708db599a8b29cdb9c75125f1d Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 22 Jun 2011 15:07:32 +0100
Subject: [PATCH] BUG: paraFoam: add locale specification

---
 bin/paraFoam | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/paraFoam b/bin/paraFoam
index 48eab6ebe05..fe11bcb6e8f 100755
--- a/bin/paraFoam
+++ b/bin/paraFoam
@@ -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
 
-- 
GitLab