From 7e9323a4e1f5ccedc9d11f4a425b9b03d2325ed7 Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 6 Apr 2011 14:37:10 +0000 Subject: higher tolerance for hydro-testsuites. I would expect even 1e-10 be necessary, but let's see if 1.e-11 also works for the moment git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@227 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- test/test.ccl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/test.ccl diff --git a/test/test.ccl b/test/test.ccl new file mode 100644 index 0000000..26f3225 --- /dev/null +++ b/test/test.ccl @@ -0,0 +1,2 @@ +ABSTOL 1.e-11 +RELTOL 1.e-11 -- cgit v1.2.3