[MOAB-dev] r3302 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Nov 6 20:33:00 CST 2009
Author: kraftche
Date: 2009-11-06 20:33:00 -0600 (Fri, 06 Nov 2009)
New Revision: 3302
Modified:
MOAB/trunk/MBCore.cpp
Log:
inline some functions
Modified: MOAB/trunk/MBCore.cpp
===================================================================
--- MOAB/trunk/MBCore.cpp 2009-11-07 02:05:35 UTC (rev 3301)
+++ MOAB/trunk/MBCore.cpp 2009-11-07 02:33:00 UTC (rev 3302)
@@ -1047,7 +1047,7 @@
}
-template <typename ITER> static
+template <typename ITER> static inline
MBErrorCode get_adjacencies_union( MBCore* gMB,
ITER begin, ITER end,
int to_dimension,
@@ -1109,7 +1109,7 @@
return result;
}
-template <typename ITER> static
+template <typename ITER> static inline
MBErrorCode get_adjacencies_intersection( MBCore* mb,
ITER begin, ITER end,
const int to_dimension,
@@ -1167,7 +1167,7 @@
return MB_SUCCESS;
}
-template <typename ITER> static
+template <typename ITER> static inline
MBErrorCode get_adjacencies_intersection( MBCore* mb,
ITER begin, ITER end,
const int to_dimension,
More information about the moab-dev
mailing list