Changeset 8223
- Timestamp:
- 05/10/11 09:29:16 (14 years ago)
- Location:
- issm/trunk/src/mex
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/InputUpdateFromVector/InputUpdateFromVector.cpp
r7175 r8223 38 38 /*Check that type is one of Constant, Vertex or Element: */ 39 39 if ((type!=ConstantEnum) && (type!=VertexEnum) && (type!=ElementEnum)){ 40 _error_("%s%s%s\n","Type of input can only be a constant, a vertex or an element vector. Right now, you input a ",EnumToString (type)," type data for input update");40 _error_("%s%s%s\n","Type of input can only be a constant, a vertex or an element vector. Right now, you input a ",EnumToStringx(type)," type data for input update"); 41 41 } 42 42 -
issm/trunk/src/mex/Makefile.am
r8099 r8223 24 24 Echo\ 25 25 ElementConnectivity\ 26 EnumToString\ 27 StringToEnum\ 26 28 InputControlUpdate \ 27 29 InputConvergence\ … … 167 169 ElementConnectivity/ElementConnectivity.h 168 170 171 EnumToString_SOURCES = EnumToString/EnumToString.cpp\ 172 EnumToString/EnumToString.h 173 174 StringToEnum_SOURCES = StringToEnum/StringToEnum.cpp\ 175 StringToEnum/StringToEnum.h 176 169 177 GetPId_SOURCES = GetPId/GetPId.cpp\ 170 178 GetPId/GetPId.h
Note:
See TracChangeset
for help on using the changeset viewer.