From 90f20ef4b6226ba93e7d98ae80acc04673dfc70f Mon Sep 17 00:00:00 2001 From: Celine Durniak <c.durniak@fz-juelich.de> Date: Mon, 20 Jul 2015 16:34:10 +0200 Subject: [PATCH] corrected version of MonitorEfficiencyCorUserTest (integer value of monitor counts) --- .../Framework/Algorithms/test/MonitorEfficiencyCorUserTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/Algorithms/test/MonitorEfficiencyCorUserTest.h b/Code/Mantid/Framework/Algorithms/test/MonitorEfficiencyCorUserTest.h index 143694ca4de..317e34172f6 100644 --- a/Code/Mantid/Framework/Algorithms/test/MonitorEfficiencyCorUserTest.h +++ b/Code/Mantid/Framework/Algorithms/test/MonitorEfficiencyCorUserTest.h @@ -28,7 +28,7 @@ public: MonitorEfficiencyCorUserTest() : m_inWSName("input_workspace"), m_outWSName("output_workspace") { m_Ei = 3.27; - m_monitor_counts = 1000.; + m_monitor_counts = 1000; createInputWorkSpace(); } -- GitLab