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/Loads/Riftfront.cpp

    r23532 r23588  
    306306
    307307        return NUMVERTICES;
    308 }
    309 /*}}}*/
    310 bool  Riftfront::InAnalysis(int in_analysis_type){/*{{{*/
    311         if (in_analysis_type==this->analysis_type) return true;
    312         else return false;
    313308}
    314309/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.