Ignore:
Timestamp:
10/15/15 13:22:35 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up unneeded code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/bamg/VertexOnGeom.cpp

    r18064 r19644  
    4444        /*}}}*/
    4545        int VertexOnGeom::OnGeomVertex()const{/*{{{*/
    46                 return this? curvilincoord <0 :0;
     46                return curvilincoord<0;
    4747        }
    4848        /*}}}*/
    4949        int VertexOnGeom::OnGeomEdge() const{/*{{{*/
    50                 return this? curvilincoord >=0 :0;
     50                return curvilincoord>=0;
    5151        }
    5252        /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.