Changeset 3302

Show
Ignore:
Timestamp:
11/06/09 20:33:00 (2 weeks ago)
Author:
kraftche
Message:

inline some functions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/MBCore.cpp

    r3301 r3302  
    10481048 
    10491049 
    1050 template <typename ITER> static  
     1050template <typename ITER> static inline 
    10511051MBErrorCode get_adjacencies_union( MBCore* gMB, 
    10521052                                   ITER begin, ITER end, 
     
    11101110} 
    11111111 
    1112 template <typename ITER> static  
     1112template <typename ITER> static inline 
    11131113MBErrorCode get_adjacencies_intersection( MBCore* mb, 
    11141114                             ITER begin, ITER end, 
     
    11681168} 
    11691169 
    1170 template <typename ITER> static  
     1170template <typename ITER> static inline 
    11711171MBErrorCode get_adjacencies_intersection( MBCore* mb, 
    11721172                             ITER begin, ITER end,