Ignore:
Timestamp:
06/22/12 17:29:55 (13 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Numerics/Matrix.cpp

    r12511 r12520  
    133133        for(i=0;i<M;i++){
    134134                for(j=0;j<N;j++){
    135                         _printString_("" << *(amatrix+N*i+j) << " ");
     135                        _printString_(*(amatrix+N*i+j) << " ");
    136136                }
    137137                _printLine_("");
Note: See TracChangeset for help on using the changeset viewer.