Changeset 21249


Ignore:
Timestamp:
10/07/16 10:32:28 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: duplicate if classes/Node.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Node.cpp ΒΆ

    r20810 r21249  
    9797                                analysis_enum==LevelsetAnalysisEnum
    9898                                ){
    99                 if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum & iomodel->domaintype!=Domain3DsurfaceEnum){
     99                if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){
    100100                        /*On a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */
    101101                        _assert_(iomodel->Data("md.mesh.vertexonbase"));
Note: See TracChangeset for help on using the changeset viewer.