Changeset 26112
- Timestamp:
- 03/18/21 20:33:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/objects/Matrix.h
r26110 r26112 288 288 if(type==PetscMatType){ 289 289 #ifdef _HAVE_PETSC_ 290 output=this->pmatrix->To MPISerial();290 output=this->pmatrix->ToSerial(); 291 291 #endif 292 292 }
Note:
See TracChangeset
for help on using the changeset viewer.