Changeset 5072


Ignore:
Timestamp:
08/09/10 11:37:09 (15 years ago)
Author:
seroussi
Message:

vertices_type in IoModel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/IoModel.cpp

    r4983 r5072  
    3939        xfree((void**)&this->elements);
    4040        xfree((void**)&this->elements_type);
     41        xfree((void**)&this->vertices_type);
     42        xfree((void**)&this->vertices_type);
    4143        xfree((void**)&this->gridonhutter);
    4244        xfree((void**)&this->gridonmacayeal);
     
    238240        this->elements=NULL;
    239241        this->elements_type=NULL;
     242        this->vertices_type=NULL;
    240243        this->numberofvertices2d=0;
    241244        this->elements2d=NULL;
Note: See TracChangeset for help on using the changeset viewer.