From b22a686bde46faba2f41e9d620e00585f02541e7 Mon Sep 17 00:00:00 2001 From: Janik Zikovsky <zikovskyjl@ornl.gov> Date: Thu, 3 Feb 2011 20:38:54 +0000 Subject: [PATCH] Refs #2167: PlaneImplicitFunctionTest fix. --- .../Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h b/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h index e87e92be765..2f83a809673 100644 --- a/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h +++ b/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h @@ -65,7 +65,7 @@ public: NormalParameter tNormal(1, 2, 3); OriginParameter tOrigin(0, 0, 0); - WidthParameter tWidth(std::sqrt((1 * 1) + (2 * 2.0) + (3 * 3)) * 2.0.0); // Width set up so that points 1,2,3 and -1,-2,-3 are within boundary + WidthParameter tWidth(std::sqrt((1 * 1) + (2 * 2.0) + (3 * 3)) * 2.0); // Width set up so that points 1,2,3 and -1,-2,-3 are within boundary UpParameter tUp;//Not important at all in this test @@ -86,7 +86,7 @@ public: NormalParameter tNormal(1, 2, 3); OriginParameter tOrigin(0, 0, 0); - WidthParameter tWidth(std::sqrt((1 * 1) + (2 * 2.0) + (3 * 3)) * 2.0.0); // Width set up so that points 1,2,3 and -1,-2,-3 are within boundary + WidthParameter tWidth(std::sqrt((1 * 1) + (2 * 2.0) + (3 * 3)) * 2.0); // Width set up so that points 1,2,3 and -1,-2,-3 are within boundary UpParameter tUp;//Not important at all in this test -- GitLab