Ignore:
Timestamp:
09/17/13 13:51:02 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing cppcheck errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/DoubleMatParam.cpp

    r15128 r16149  
    5858        _printf_("   matrix size: " << this->M << "x" << this->N << "\n");
    5959        for(i=0;i<this->M;i++){
    60                 for(i=0;i<this->N;i++){
     60                for(j=0;j<this->N;j++){
    6161                        _printf_(i << " " << j << " " << *(this->value+N*i+j) << "\n");
    6262                }
Note: See TracChangeset for help on using the changeset viewer.