Changeset 14263
- Timestamp:
- 01/17/13 08:02:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solvers/solver_thermal_nonlinear.cpp
r13877 r14263 33 33 /*parameters:*/ 34 34 int kflag,pflag; 35 bool lowmem=0;36 35 int configuration_type; 37 36 38 37 /*Recover parameters: */ 39 38 kflag=1; pflag=1; 40 femmodel->parameters->FindParam(&lowmem,SettingsLowmemEnum);41 39 femmodel->parameters->FindParam(&thermal_penalty_threshold,ThermalPenaltyThresholdEnum); 42 40 femmodel->parameters->FindParam(&configuration_type,ConfigurationTypeEnum);
Note:
See TracChangeset
for help on using the changeset viewer.