Changeset 18607
- Timestamp:
- 10/09/14 09:38:53 (10 years ago)
- Location:
- issm/trunk-jpl/src/c/cores
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/balancethickness2_core.cpp
r18606 r18607 13 13 14 14 /*parameters: */ 15 bool save_results; 15 bool save_results; 16 IssmPDouble l = 8.; 16 17 17 18 /*recover parameters: */ … … 19 20 20 21 if(VerboseSolution()) _printf0_("computing smooth surface slopes:\n"); 21 femmodel->parameters->SetParam( IssmPDouble(8.),SmoothThicknessMultiplierEnum);22 femmodel->parameters->SetParam(l,SmoothThicknessMultiplierEnum); 22 23 femmodel->SetCurrentConfiguration(SmoothAnalysisEnum); 23 24 femmodel->parameters->SetParam(SurfaceSlopeXEnum,InputToSmoothEnum); -
issm/trunk-jpl/src/c/cores/balancevelocity_core.cpp
r18606 r18607 13 13 14 14 /*parameters: */ 15 bool save_results; 15 bool save_results; 16 IssmPDouble l = 8.; 16 17 17 18 /*recover parameters: */ … … 19 20 20 21 if(VerboseSolution()) _printf0_("computing smooth driving stress:\n"); 21 femmodel->parameters->SetParam( IssmPDouble(8.),SmoothThicknessMultiplierEnum);22 femmodel->parameters->SetParam(l,SmoothThicknessMultiplierEnum); 22 23 femmodel->SetCurrentConfiguration(SmoothAnalysisEnum); 23 24 femmodel->parameters->SetParam(DrivingStressXEnum,InputToSmoothEnum);
Note:
See TracChangeset
for help on using the changeset viewer.