Changeset 16419
- Timestamp:
- 10/15/13 16:59:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmMpiSparseMat.h
r16417 r16419 124 124 int i; 125 125 126 if(m ){126 if(m*N){ 127 127 for(i=0;i<m;i++){ 128 128 SparseRow<doubletype>* sparserow=this->matrix[i];
Note:
See TracChangeset
for help on using the changeset viewer.