IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:17:10 AM (12 years ago)
Author:
eugene
Message:

measure.dR,dR -> measure.R,D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/photdbc/include/photdbc.h

    r36833 r37045  
    2727  double Dc;
    2828} SkyRegionCoords;
    29 
    30 # define MARKTIME(MSG,...) {                    \
    31     gettimeofday (&stopTimer, (void *) NULL);   \
    32     float dtime = DTIME (stopTimer, startTimer);        \
    33     fprintf (stderr, MSG, __VA_ARGS__); }
    34 
    35 # define INITTIME \
    36   struct timeval startTimer, stopTimer; \
    37   gettimeofday (&startTimer, (void *) NULL);
    3829
    3930int    PARALLEL;
Note: See TracChangeset for help on using the changeset viewer.