From 0fb458879d066708de9fbe46712758f95983a53e Mon Sep 17 00:00:00 2001 From: paboyle Date: Tue, 30 May 2017 23:37:02 +0100 Subject: [PATCH] Precision safe compile --- tests/forces/Test_contfrac_force.cc | 2 +- tests/forces/Test_dwf_force.cc | 2 +- tests/forces/Test_dwf_gpforce.cc | 6 +++--- tests/forces/Test_gp_rect_force.cc | 2 +- tests/forces/Test_gpdwf_force.cc | 2 +- tests/forces/Test_gpwilson_force.cc | 2 +- tests/forces/Test_laplacian_force.cc | 2 +- tests/forces/Test_mobius_force.cc | 2 +- tests/forces/Test_partfrac_force.cc | 2 +- tests/forces/Test_rect_force.cc | 2 +- tests/forces/Test_wilson_force.cc | 6 +++--- tests/forces/Test_zmobius_force.cc | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/forces/Test_contfrac_force.cc b/tests/forces/Test_contfrac_force.cc index 227ad5a0..2afb4dde 100644 --- a/tests/forces/Test_contfrac_force.cc +++ b/tests/forces/Test_contfrac_force.cc @@ -139,7 +139,7 @@ int main (int argc, char ** argv) } - Complex dSpred = sum(dS); + ComplexD dSpred = sum(dS); std::cout << GridLogMessage << " S "<