Changeset 13054


Ignore:
Timestamp:
08/15/12 17:24:07 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no more _error2_

File:
1 edited

Legend:

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

    r13041 r13054  
    9898cat <<END >> $ISSM_DIR/src/c/modules/StringToEnumx/StringToEnumx.cpp
    9999        /*If we reach this point, the string provided has not been found*/
    100         _error2_("Enum " << name << " not found");
     100        _error_("Enum " << name << " not found");
    101101}
    102102END
Note: See TracChangeset for help on using the changeset viewer.