Ignore:
Timestamp:
01/02/19 20:42:58 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing IsAnalysis now that each constraint, node and load is in an analysis specific dataset

File:
1 edited

Legend:

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

    r23585 r23588  
    395395}
    396396/*}}}*/
    397 bool Node::InAnalysis(int in_analysis_enum){/*{{{*/
    398         if (in_analysis_enum==this->analysis_enum) return true;
    399         else return false;
    400 }
    401 /*}}}*/
    402397int  Node::Lid(void){/*{{{*/
    403398        return lid;
Note: See TracChangeset for help on using the changeset viewer.