diff --git a/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h b/Code/Mantid/Framework/MDAlgorithms/test/PlaneImplicitFunctionTest.h
index e87e92be765021eadad8f548a69cfb5223cc5750..2f83a80967303426a2c6cc7cdd102106894312c7 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