[MOAB-dev] r3755 - MOAB/trunk/src
    acaceres at mcs.anl.gov 
    acaceres at mcs.anl.gov
       
    Wed Apr  7 15:52:48 CDT 2010
    
    
  
Author: acaceres
Date: 2010-04-07 15:52:48 -0500 (Wed, 07 Apr 2010)
New Revision: 3755
Modified:
   MOAB/trunk/src/Core.cpp
Log:
syntactic sugar required to build on intrepid (xlc)
Modified: MOAB/trunk/src/Core.cpp
===================================================================
--- MOAB/trunk/src/Core.cpp	2010-04-07 20:21:30 UTC (rev 3754)
+++ MOAB/trunk/src/Core.cpp	2010-04-07 20:52:48 UTC (rev 3755)
@@ -1203,8 +1203,8 @@
                              Range& adj_entities )
 {
   std::vector<EntityHandle> results;
-  ErrorCode rval = get_adjacencies_intersection( mb, begin, end, to_dimension, 
-                                                   create_if_missing, results );
+  ErrorCode rval = moab::get_adjacencies_intersection( mb, begin, end, to_dimension, 
+						       create_if_missing, results );
   if (MB_SUCCESS != rval)
     return rval;
   
    
    
More information about the moab-dev
mailing list