Changeset 102
- Timestamp:
- 04/28/09 15:28:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/EnumDefinitions/AnalysisTypeAsEnum.cpp
r1 r102 11 11 int AnalysisTypeAsEnum(char* analysis_type){ 12 12 13 if (analysis_type==NULL){ 14 throw ErrorException(__FUNCT__," analysis_type is NULL"); 15 } 13 16 14 17 if (strcmp(analysis_type,"control")==0){
Note:
See TracChangeset
for help on using the changeset viewer.