Changeset 25363
- Timestamp:
- 08/09/20 19:41:26 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Hook.cpp
r20810 r25363 222 222 Hook* Hook::Spawn(int* indices, int numindices){/*{{{*/ 223 223 224 /*output: */ 225 Hook* output=NULL; 226 227 /*allocate: */ 228 output=new Hook(); 224 /*allocate output*/ 225 Hook* output=new Hook(); 229 226 230 227 /*If this Hook is empty, simply return*/
Note:
See TracChangeset
for help on using the changeset viewer.