From 6c854eb8e38f1a0deb0dc607973c8ba7edbba462 Mon Sep 17 00:00:00 2001
From: Janik Zikovsky <zikovskyjl@ornl.gov>
Date: Thu, 17 Mar 2011 15:15:58 +0000
Subject: [PATCH] Refs #2012: Fix windows openmp test build.

---
 Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h b/Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h
index 01616fe90e3..8b7b5e16abe 100644
--- a/Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h
+++ b/Code/Mantid/Framework/MDEvents/test/MDGridBoxTest.h
@@ -485,7 +485,7 @@ public:
     size_t num_repeat = 1000;
 
     PARALLEL_FOR_NO_WSP_CHECK()
-    for (size_t i=0; i < num_repeat; i++)
+    for (int i=0; i < num_repeat; i++)
     {
       std::vector< MDEvent<2> > events;
       // Make an event in the middle of each box
-- 
GitLab