Changeset 13801
- Timestamp:
- 10/22/12 15:24:06 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/matrix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/matrix/Matrix.h ¶
r13780 r13801 163 163 #ifdef _HAVE_PETSC_ 164 164 delete this->pmatrix; 165 #else166 _error_("Petsc matrix format not usable, as Petsc has not been compiled!");167 165 #endif 168 166 } … … 170 168 delete this->smatrix; 171 169 } 172 else _error_("Matrix type: " << type << " not supported yet!");173 170 174 171 } -
TabularUnified issm/trunk-jpl/src/c/classes/matrix/Vector.h ¶
r13623 r13801 110 110 #ifdef _HAVE_PETSC_ 111 111 delete this->pvector; 112 #else113 _error_("Petsc matrix format not usable, as Petsc has not been compiled!");114 112 #endif 115 113 } … … 117 115 delete this->svector; 118 116 } 119 else _error_("Vector type: " << type << " not supported yet!");120 117 } 121 118 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.