From 7a43c80cb864f71ff01bc15860ad75e84e5494b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Feb 2016 15:29:44 -0600 Subject: [PATCH] Adjust the output of a test to recent changes. This adjusts a single number, which was previously output as 3.37 and is now output as 3.38. The correct value is likely 3.375, so will be rounded to one or the other on the whim of the compiler and the phase of the moon. The correct approach to fixing this is likely to just output one extra digit in the .output file. However, this increases the size of the output file by 1.4 MB and that seems silly, so I will perpetuate the fragile behavior by simply changing the one number and kicking the can for a proper approach down the road. --- tests/hp/matrices_hp.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hp/matrices_hp.output b/tests/hp/matrices_hp.output index b774c4b483..b086ea6cd4 100644 --- a/tests/hp/matrices_hp.output +++ b/tests/hp/matrices_hp.output @@ -329288,7 +329288,7 @@ (52,59) -0.06 (52,60) 0.18 (52,61) 0.00 -(52,62) 3.37 +(52,62) 3.38 (52,63) -1.32 (52,64) 0.00 (52,65) -0.41 -- 2.39.5