Changeset 3332 for issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp
- Timestamp:
- 03/24/10 16:53:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp
r3086 r3332 9 9 #endif 10 10 11 #undef __FUNCT__12 #define __FUNCT__ "CreateElementsNodesAndMaterials"13 14 11 #include "./IoModel.h" 15 12 #include "../shared/shared.h" 13 #include "../include/macros.h" 16 14 #include "../EnumDefinitions/EnumDefinitions.h" 17 15 … … 104 102 else{ 105 103 106 throw ErrorException(__FUNCT__,exprintf("%s%i%s%i%s"," analysis_type: ",iomodel->analysis_type," sub_analysis_type: ",iomodel->sub_analysis_type," not supported yet!"));104 ISSMERROR(exprintf("%s%i%s%i%s"," analysis_type: ",iomodel->analysis_type," sub_analysis_type: ",iomodel->sub_analysis_type," not supported yet!")); 107 105 108 106 }
Note:
See TracChangeset
for help on using the changeset viewer.