Changeset 19651
- Timestamp:
- 10/19/15 12:52:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r19647 r19651 131 131 if(profiler)delete profiler; 132 132 133 /*Finalize PETSC for this model: */ 134 #ifdef _HAVE_PETSC_ 135 _printf0_("closing PETSc\n"); 136 PetscFinalize(); 137 #endif 138 133 139 134 } 140 135 /*}}}*/ … … 256 251 ); 257 252 _printf0_("\n"); 253 254 /*Finalize PETSC for this model: */ 255 #ifdef _HAVE_PETSC_ 256 _printf0_("closing PETSc\n"); 257 PetscFinalize(); 258 #endif 258 259 259 260 /*Clean up*/
Note:
See TracChangeset
for help on using the changeset viewer.