Ignore:
Timestamp:
10/03/13 14:53:55 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed mesh dimension and replaced by meshtype (I know... type is not good but I could not come up with anything better), prepare changes for flowband model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateFaces.cpp

    r16218 r16291  
    1212
    1313        /*Check Iomodel properties*/
    14         if(iomodel->dim!=2)             _error_("only 2d model are supported");
     14        if(iomodel->meshtype!=Mesh2DhorizontalEnum)             _error_("only 2d model are supported");
    1515        if(iomodel->numberofvertices<3) _error_("not enough elements in mesh");
    1616        _assert_(iomodel->elements);
Note: See TracChangeset for help on using the changeset viewer.