Changeset 17175


Ignore:
Timestamp:
01/27/14 15:41:59 (11 years ago)
Author:
bdef
Message:

BUG : fixing a conditional jump due to elementtofaceconectivity

File:
1 edited

Legend:

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

    r17138 r17175  
    3838        this->faces=NULL;
    3939        this->edges=NULL;
     40        this->elementtofaceconnectivity      =NULL;
    4041        this->elementtoedgeconnectivity      =NULL;
    4142        this->singlenodetoelementconnectivity=NULL;
     
    8081        this->faces                           = NULL;
    8182        this->edges                           = NULL;
     83        this->elementtofaceconnectivity       = NULL;
    8284        this->elementtoedgeconnectivity       = NULL;
    8385        this->singlenodetoelementconnectivity = NULL;
Note: See TracChangeset for help on using the changeset viewer.