Changeset 657


Ignore:
Timestamp:
05/29/09 16:41:44 (16 years ago)
Author:
Mathieu Morlighem
Message:

Analysis_type=none is now accepted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/AnalysisTypeAsEnum.cpp

    r472 r657  
    6363                return TransientAnalysisEnum();
    6464        }
     65        else if (strcmp(analysis_type,"none")==0){
     66                return NoneAnalysisEnum();
     67        }
    6568        else if (strcmp(analysis_type,"")==0){
    6669                return NoneAnalysisEnum();
Note: See TracChangeset for help on using the changeset viewer.