Changeset 28261
- Timestamp:
- 05/07/24 13:06:52 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/SealevelGeometry.cpp
r27131 r28261 75 75 for (int i=0;i<SLGEOM_NUMLOADS;i++){ 76 76 subelementmapping[i]=xNew<int>(localnel); 77 #ifdef _HAVE_ PETSC_77 #ifdef _HAVE_MPI_ 78 78 GetOwnershipBoundariesFromRange(&lower_row,&dummy,nsubel[i],IssmComm::GetComm()); 79 79 #else 80 _error_("not supported without PETSc compiled");80 _error_("not supported without MIP "); 81 81 #endif 82 82
Note:
See TracChangeset
for help on using the changeset viewer.