Changeset 22554
- Timestamp:
- 03/16/18 16:15:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Profiler.cpp
r22551 r22554 65 65 void Profiler::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/ 66 66 67 Issm Double* pointer = NULL;67 IssmPDouble* pointer = NULL; 68 68 bool* bpointer = NULL; 69 69 … … 127 127 } 128 128 /*}}}*/ 129 Issm Double Profiler::Memory(int tag){/*{{{*/129 IssmPDouble Profiler::Memory(int tag){/*{{{*/ 130 130 131 131 /*Get initial flops*/
Note:
See TracChangeset
for help on using the changeset viewer.