Changeset 21207


Ignore:
Timestamp:
09/15/16 21:16:09 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed error message in some cases:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Element.cpp

    r21206 r21207  
    14021402
    14031403        /*Check that name is an element input*/
    1404         if(!IsInput(name)) _error_("Enum "<<EnumToStringx(name)<<" is not in IsInput");
     1404        if(!IsInput(name)) return;
    14051405
    14061406        /*update input*/
Note: See TracChangeset for help on using the changeset viewer.