Changeset 17271
- Timestamp:
- 02/12/14 16:16:53 (11 years ago)
- 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 249 249 if(VerboseSolution()) _printf0_("eplconverged...\n"); 250 250 InputUpdateFromConstantx(femmodel,eplconverged,ConvergedEnum); 251 InputUpdateFromConstantx(femmodel,sediment_kmax,MeltingOffsetEnum);252 251 InputUpdateFromSolutionx(femmodel,ug_epl); 253 252 break; -
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp
r16126 r17271 74 74 75 75 InputUpdateFromSolutionx(femmodel,tg); 76 InputUpdateFromConstantx(femmodel,melting_offset,MeltingOffsetEnum);76 femmodel->parameters->SetParam(melting_offset,MeltingOffsetEnum); 77 77 78 78 /*Free ressources: */
Note:
See TracChangeset
for help on using the changeset viewer.