Changeset 19644


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

CHG: cleaning up unneeded code

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/SmbAnalysis.cpp

    r19565 r19644  
    3737
    3838                       
    39         Input* bof=NULL;
    40         Element* element=NULL;
    4139        switch(smb_model){
    4240                case SMBforcingEnum:
  • 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.