Changeset 13531 for issm/trunk-jpl/src/c/solutions/issm.cpp
- Timestamp:
- 10/04/12 10:42:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/issm.cpp
r13530 r13531 45 45 IssmPDouble Solution_time, Memory_use, Current_flops; 46 46 47 IssmBoot(); 48 47 /*Initialize exception trapping: */ 48 ExceptionTrapBegin(); 49 50 /*Initialize environment (MPI, PETSC, MUMPS, etc ...)*/ 49 51 EnvironmentInit(argc,argv); 50 52 … … 234 236 #endif 235 237 236 /* end module: */237 IssmEnd();238 /*Finalize exception trapping: */ 239 ExceptionTrapEnd(); 238 240 239 241 return 0; //unix success return;
Note:
See TracChangeset
for help on using the changeset viewer.