Changeset 16451


Ignore:
Timestamp:
10/17/13 22:06:25 (11 years ago)
Author:
Eric.Larour
Message:

CHG: faster descrutor

File:
1 edited

Legend:

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

    r16430 r16451  
    126126                        if(m*N){
    127127                                for(i=0;i<m;i++){
    128                                         SparseRow<doubletype>* sparserow=this->matrix[i];
    129                                         delete sparserow; this->matrix[i]=NULL;
     128                                        delete this->matrix[i];
    130129                                }
    131130                                xDelete<SparseRow<doubletype>*>(this->matrix);
Note: See TracChangeset for help on using the changeset viewer.