Changeset 23646


Ignore:
Timestamp:
01/20/19 20:01:53 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: Fixed Dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp

    r23644 r23646  
    3535                element->InputUpdateFromConstant(constant,name);
    3636        }
     37
     38        /*Try params too (for Dakota)*/
     39        if(femmodel->parameters->Exist(name)){
     40                femmodel->parameters->SetParam(constant,name);
     41        }
    3742}
    3843void InputUpdateFromConstantx(Elements* elements,IssmDouble constant, int name){
Note: See TracChangeset for help on using the changeset viewer.