Changeset 24365


Ignore:
Timestamp:
11/19/19 21:33:50 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r24364 r24365  
    707707        /*Create it if necessary*/
    708708        if(this->inputs[id]){
    709                 if(this->inputs[id]->ObjectEnum()!=TriaInput2Enum) _error_("cannot add Element values to a "<<EnumToStringx(this->inputs[id]->ObjectEnum()));
     709                if(this->inputs[id]->ObjectEnum()!=TriaInput2Enum){
     710                        _error_("cannot add Element values to a "<<EnumToStringx(this->inputs[id]->ObjectEnum())<<" while trying to set "<<EnumToStringx(enum_in));
     711                }
    710712        }
    711713        else{
Note: See TracChangeset for help on using the changeset viewer.