source:
issm/oecreview/Archive/20545-21336/ISSM-21206-21207.diff@
21337
Last change on this file since 21337 was 21337, checked in by , 8 years ago | |
---|---|
File size: 601 bytes |
-
../trunk-jpl/src/c/classes/Elements/Element.cpp
1401 1401 void Element::InputUpdateFromConstant(IssmDouble constant, int name){/*{{{*/ 1402 1402 1403 1403 /*Check that name is an element input*/ 1404 if(!IsInput(name)) _error_("Enum "<<EnumToStringx(name)<<" is not in IsInput");1404 if(!IsInput(name)) return; 1405 1405 1406 1406 /*update input*/ 1407 1407 this->inputs->AddInput(new DoubleInput(name,constant));
Note:
See TracBrowser
for help on using the repository browser.