Ignore:
Timestamp:
06/02/10 20:06:37 (15 years ago)
Author:
Eric.Larour
Message:

Finished CreateFemModel with one model framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Penpair.cpp

    r3784 r4004  
    191191}
    192192/*}}}1*/
     193/*FUNCTION Penpair::InAnalysis(int analysis_type){{{1*/
     194bool Penpair::InAnalysis(int in_analysis_type){
     195        if (in_analysis_type=this->analysis_type)return true;
     196        else return false;
     197}
     198/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.