Changeset 16417
- Timestamp:
- 10/15/13 16:53:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmMpiSparseMat.h
r16415 r16417 193 193 doubletype* this_row_values = NULL; 194 194 int row; 195 196 /*Early exit: */ 197 if(this->M*this->N==0)return; //no need to assemble. 195 198 196 199 /*some communicator info: */
Note:
See TracChangeset
for help on using the changeset viewer.