Ignore:
Timestamp:
06/25/10 12:09:52 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed problem with isanalysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Constraints/Spc.cpp

    r4043 r4232  
    168168/*FUNCTION Spc::InAnalysis(int analysis_type){{{1*/
    169169bool Spc::InAnalysis(int in_analysis_type){
    170         if (in_analysis_type=this->analysis_type)return true;
     170        if (in_analysis_type==this->analysis_type) return true;
    171171        else return false;
    172172}
    173173/*}}}*/
    174 
Note: See TracChangeset for help on using the changeset viewer.