From ff325376cb19794bcf980fcdd792fb700e306ef4 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 19 Jul 2019 10:47:44 +0100 Subject: [PATCH] Fix single precision deriv test fail --- tests/forces/Test_rect_force.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/forces/Test_rect_force.cc b/tests/forces/Test_rect_force.cc index e0ffd28c..259090eb 100644 --- a/tests/forces/Test_rect_force.cc +++ b/tests/forces/Test_rect_force.cc @@ -73,7 +73,7 @@ int main (int argc, char ** argv) //////////////////////////////////// // Modify the gauge field a little //////////////////////////////////// - RealD dt = 0.0001; + RealD dt = 0.002; LatticeColourMatrix mommu(&Grid); LatticeColourMatrix forcemu(&Grid); @@ -88,13 +88,7 @@ int main (int argc, char ** argv) // fourth order exponential approx parallel_for(auto i=mom.begin();i