From f9a665462c347d0ad2471f4a6f174b9916817ffc Mon Sep 17 00:00:00 2001
From: Laurent Van Migroet <l.vanmiegroet@ulg.ac.be>
Date: Thu, 4 Feb 2010 22:47:52 +0000
Subject: [PATCH] error compilation msvc

---
 Mesh/multiscalePartition.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/multiscalePartition.cpp b/Mesh/multiscalePartition.cpp
index e437a565ee..dcc7a010e5 100644
--- a/Mesh/multiscalePartition.cpp
+++ b/Mesh/multiscalePartition.cpp
@@ -83,7 +83,7 @@ static void connectedRegions (std::vector<MElement*> &elements,
     std::vector<MElement*> temp;
     temp.insert(temp.begin(), group.begin(), group.end());
     regions.push_back(temp);
-    for ( std::set<MEdge>::iterator it = touched.begin() ; it != touched.end();++it)
+    for ( std::set<MEdge,Less_Edge>::iterator it = touched.begin() ; it != touched.end();++it)
       e2e.erase(*it);
   }
 }
-- 
GitLab