Changeset 12520 for issm/trunk-jpl/src/c/objects/Numerics/Matrix.cpp
- Timestamp:
- 06/22/12 17:29:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Numerics/Matrix.cpp
r12511 r12520 133 133 for(i=0;i<M;i++){ 134 134 for(j=0;j<N;j++){ 135 _printString_( "" <<*(amatrix+N*i+j) << " ");135 _printString_(*(amatrix+N*i+j) << " "); 136 136 } 137 137 _printLine_("");
Note:
See TracChangeset
for help on using the changeset viewer.