Changeset 21509


Ignore:
Timestamp:
02/01/17 16:30:35 (8 years ago)
Author:
tsantos
Message:

BUG: fixed an if verification (a double && was missing).

File:
1 edited

Legend:

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

    r21484 r21509  
    5959                _assert_(sqrt( coord_system[0][0]*coord_system[0][0] + coord_system[1][0]*coord_system[1][0]) >1.e-4);
    6060
    61                 if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){
     61                if(iomodel->domaintype!=Domain2DhorizontalEnum && iomodel->domaintype!=Domain3DsurfaceEnum){
    6262                        /*We have a  3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */
    6363                        _assert_(iomodel->Data("md.mesh.vertexonbase"));
Note: See TracChangeset for help on using the changeset viewer.