Changeset 25593
- Timestamp:
- 09/24/20 13:35:20 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp
r25578 r25593 260 260 solutioncore(femmodel); 261 261 262 /*Reset the time to zero for next optimization (FIXME: this may actually not be needed)*/263 if(solution_type==TransientSolutionEnum){264 IssmDouble restart_time;265 femmodel->parameters->FindParam(&restart_time,TimesteppingStartTimeEnum);266 femmodel->parameters->SetParam(restart_time,TimeEnum);267 }268 269 262 /*Get Dependents*/ 270 263 IssmDouble output_value; … … 305 298 /*Turning off trace tape*/ 306 299 simul_stoptrace(); 307 //time_t now = time(NULL);308 //if(my_rank==0) _printf_("\nTIME: "<<now<<"\n");309 300 310 301 /*intermediary: */
Note:
See TracChangeset
for help on using the changeset viewer.