Changeset 22905
- Timestamp:
- 07/05/18 18:22:19 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp
r22836 r22905 2 2 * \brief: core of the control solution 3 3 */ 4 4 #include <ctime> 5 5 #include <config.h> 6 6 #include "./cores.h" … … 178 178 /*Turning off trace tape*/ 179 179 trace_off(); 180 180 time_t now = time(NULL); 181 if(my_rank==0) _printf_("\nTIME: "<<now<<"\n"); 181 182 /*Print tape statistics so that user can kill this run if something is off already:*/ 182 183 if(VerboseAutodiff()){ /*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.