[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:08 UTC 2009


The following commit has been merged in the upstream branch:
commit 78a60d8a35eb7665e691ad04773aba4cdf58290e
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Jan 28 17:24:51 2009 +1100

    Less strict check for parabola test case
    
    darcs-hash:20090128062451-d4795-38fb298bf972ff8cd5707d02e096913fedd98e53.gz

diff --git a/test/parabola/parabola.sh b/test/parabola/parabola.sh
index d327060..3e340cf 100644
--- a/test/parabola/parabola.sh
+++ b/test/parabola/parabola.sh
@@ -153,7 +153,7 @@ fi
 if cat <<EOF | python ; then :
 from check import *
 from sys import *
-if (Curve('error',1,4) - Curve('error.ref',1,4)).max() > 1e-4:
+if (Curve('error',1,4) - Curve('error.ref',1,4)).max() > 1e-3:
     print (Curve('error',1,4) - Curve('error.ref',1,4)).max()
     exit(1)
 EOF

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list