Changeset 12683


Ignore:
Timestamp:
07/20/12 18:47:11 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/EnumDefinitions/Synchronize.sh

    r12671 r12683  
    9898cat <<END >> $ISSM_DIR/src/c/modules/StringToEnumx/StringToEnumx.cpp
    9999        /*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");
    101101}
    102102END
Note: See TracChangeset for help on using the changeset viewer.