From 1565ba49007b6a9a443da4e293843deae217f311 Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 14 Sep 2012 18:21:41 +0000 Subject: increase default value of RELTOL to 1e-12 this makes the test system less prone to false alarms when quantities larger than of order unity are involved git-svn-id: http://svn.cactuscode.org/flesh/trunk@4871 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/RunTestUtils.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl index 3174db31..736ab935 100644 --- a/lib/sbin/RunTestUtils.pl +++ b/lib/sbin/RunTestUtils.pl @@ -585,7 +585,7 @@ sub InitialiseRunData my(%runconfig); $runconfig{"ABSTOL"} = 1e-12; - $runconfig{"RELTOL"} = 0; + $runconfig{"RELTOL"} = 1e-12; return %runconfig; } -- cgit v1.2.3