Changeset 16419


Ignore:
Timestamp:
10/15/13 16:59:12 (11 years ago)
Author:
Eric.Larour
Message:

CHG: buf fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/issm/IssmMpiSparseMat.h

    r16417 r16419  
    124124                        int i;
    125125
    126                         if(m){
     126                        if(m*N){
    127127                                for(i=0;i<m;i++){
    128128                                        SparseRow<doubletype>* sparserow=this->matrix[i];
Note: See TracChangeset for help on using the changeset viewer.