source: issm/oecreview/Archive/20545-21336/ISSM-21206-21207.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 601 bytes
  • ../trunk-jpl/src/c/classes/Elements/Element.cpp

     
    14011401void       Element::InputUpdateFromConstant(IssmDouble constant, int name){/*{{{*/
    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*/
    14071407        this->inputs->AddInput(new DoubleInput(name,constant));
Note: See TracBrowser for help on using the repository browser.