Changeset 22905


Ignore:
Timestamp:
07/05/18 18:22:19 (7 years ago)
Author:
erobo
Message:

CHG: adding time mechanism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp

    r22836 r22905  
    22 * \brief: core of the control solution
    33 */
    4 
     4#include <ctime>
    55#include <config.h>
    66#include "./cores.h"
     
    178178        /*Turning off trace tape*/
    179179        trace_off();
    180 
     180time_t now = time(NULL);
     181if(my_rank==0) _printf_("\nTIME: "<<now<<"\n");
    181182        /*Print tape statistics so that user can kill this run if something is off already:*/
    182183        if(VerboseAutodiff()){ /*{{{*/
Note: See TracChangeset for help on using the changeset viewer.