[MOAB-dev] r5161 - MOAB/trunk/src/parallel

xbxu at mcs.anl.gov xbxu at mcs.anl.gov
Thu Sep 15 10:16:32 CDT 2011


Author: xbxu
Date: 2011-09-15 10:16:30 -0500 (Thu, 15 Sep 2011)
New Revision: 5161

Modified:
   MOAB/trunk/src/parallel/SharedSetData.hpp
Log:
fix a typo

Modified: MOAB/trunk/src/parallel/SharedSetData.hpp
===================================================================
--- MOAB/trunk/src/parallel/SharedSetData.hpp	2011-09-14 15:28:40 UTC (rev 5160)
+++ MOAB/trunk/src/parallel/SharedSetData.hpp	2011-09-15 15:16:30 UTC (rev 5161)
@@ -133,7 +133,7 @@
   };
 
   typedef std::map<unsigned,ProcHandleMapType> RHMap;
-  typedef std::set<std::vector<unsigned>,less_vect_indr> RProcMap;
+  typedef std::set<std::vector<unsigned>,less_vect> RProcMap;
 #endif
   
     /** Map for lookup of ProcHandleMapType instance by rank */








































More information about the moab-dev mailing list