Changeset 13533
- Timestamp:
- 10/04/12 11:27:38 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/solutions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/EnvironmentInit.cpp
r13532 r13533 7 7 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 8 8 #endif 9 9 #include "../include/include.h" 10 #include "../toolkits/toolkits.h" 11 #include "../include/globals.h" 10 12 11 13 void EnvironmentInit(int argc,char** argv){ … … 13 15 /*Initialize environments: Petsc, MPI, etc...: */ 14 16 #ifdef _HAVE_PETSC_ 15 i err=PetscInitialize(&argc,&argv,(char*)0,"");17 int ierr=PetscInitialize(&argc,&argv,(char*)0,""); 16 18 if(ierr) _error_("Could not initialize Petsc"); 17 19 #else -
issm/trunk-jpl/src/c/solutions/issm.cpp
r13532 r13533 37 37 IssmPDouble finish; 38 38 IssmPDouble start_core, finish_core; 39 int ierr;40 39 41 40 /*profiling*/
Note:
See TracChangeset
for help on using the changeset viewer.