Changeset 15782
- Timestamp:
- 08/09/13 16:12:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/main/kriging.cpp
r15689 r15782 22 22 char *rootpath = NULL; 23 23 24 MPI_Comm comm;25 26 24 /*Input*/ 27 25 int ninterp,nobs; … … 41 39 42 40 /*Initialize environment (MPI, PETSC, MUMPS, etc ...)*/ 43 comm=EnvironmentInit(argc,argv);41 COMM comm=EnvironmentInit(argc,argv); 44 42 IssmComm::SetComm(comm); 45 43
Note:
See TracChangeset
for help on using the changeset viewer.