Changeset 16451
- Timestamp:
- 10/17/13 22:06:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmMpiSparseMat.h
r16430 r16451 126 126 if(m*N){ 127 127 for(i=0;i<m;i++){ 128 SparseRow<doubletype>* sparserow=this->matrix[i]; 129 delete sparserow; this->matrix[i]=NULL; 128 delete this->matrix[i]; 130 129 } 131 130 xDelete<SparseRow<doubletype>*>(this->matrix);
Note:
See TracChangeset
for help on using the changeset viewer.