Changeset 17271


Ignore:
Timestamp:
02/12/14 16:16:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: use setparam instead of InputUpdateFromConstantx(femmodel,melting_offset,MeltingOffsetEnum);

Location:
issm/trunk-jpl/src/c/solutionsequences
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_hydro_nonlinear.cpp

    r17192 r17271  
    249249                                        if(VerboseSolution()) _printf0_("eplconverged...\n");
    250250                                        InputUpdateFromConstantx(femmodel,eplconverged,ConvergedEnum);
    251                                         InputUpdateFromConstantx(femmodel,sediment_kmax,MeltingOffsetEnum);
    252251                                        InputUpdateFromSolutionx(femmodel,ug_epl);
    253252                                        break;
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp

    r16126 r17271  
    7474
    7575        InputUpdateFromSolutionx(femmodel,tg);
    76         InputUpdateFromConstantx(femmodel,melting_offset,MeltingOffsetEnum);
     76        femmodel->parameters->SetParam(melting_offset,MeltingOffsetEnum);
    7777
    7878        /*Free ressources: */
Note: See TracChangeset for help on using the changeset viewer.