Changeset 16149 for issm/trunk-jpl/src/c/classes/Params/DoubleMatParam.cpp
- Timestamp:
- 09/17/13 13:51:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/DoubleMatParam.cpp
r15128 r16149 58 58 _printf_(" matrix size: " << this->M << "x" << this->N << "\n"); 59 59 for(i=0;i<this->M;i++){ 60 for( i=0;i<this->N;i++){60 for(j=0;j<this->N;j++){ 61 61 _printf_(i << " " << j << " " << *(this->value+N*i+j) << "\n"); 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.