Changeset 12683
- Timestamp:
- 07/20/12 18:47:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/EnumDefinitions/Synchronize.sh
r12671 r12683 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_("Enum %s not found",name);100 _error2_("Enum " << name << " not found"); 101 101 } 102 102 END
Note:
See TracChangeset
for help on using the changeset viewer.