Changeset 13054
- Timestamp:
- 08/15/12 17:24:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/EnumDefinitions/Synchronize.sh
r13041 r13054 98 98 cat <<END >> $ISSM_DIR/src/c/modules/StringToEnumx/StringToEnumx.cpp 99 99 /*If we reach this point, the string provided has not been found*/ 100 _error 2_("Enum " << name << " not found");100 _error_("Enum " << name << " not found"); 101 101 } 102 102 END
Note:
See TracChangeset
for help on using the changeset viewer.