Changeset 13868
- Timestamp:
- 11/02/12 11:08:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp
r13784 r13868 89 89 MatAssemblyBegin(this->matrix,MAT_FINAL_ASSEMBLY); 90 90 MatAssemblyEnd(this->matrix,MAT_FINAL_ASSEMBLY); 91 #if _PETSC_MAJOR_ == 292 MatCompress(this->matrix);93 #endif94 91 95 92 }
Note:
See TracChangeset
for help on using the changeset viewer.