From 98a8ba1c9de6863172c4272d728dbd582aae6d7f Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 23 Jul 2010 10:14:37 +0100 Subject: [PATCH] ENH: paraFoam : override LC_ALL to read ascii files --- bin/paraFoam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/paraFoam b/bin/paraFoam index 63d08703f..b9ac61f80 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -53,7 +53,8 @@ unset FOAM_ABORT # Hack: change all locale to 'C' i.e. using '.' for decimal point. This is -# only needed temporarily until paraview is locale aware. +# only needed temporarily until paraview is locale aware. (git version is +# already 2010-07) export LC_ALL=C -- 2.11.4.GIT