IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3673 for trunk/stac/src/stac.c


Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.c

    r3667 r3673  
    55#include <sys/time.h>
    66
    7 double getTime(void)
    8 /* Gets the current time.  Got this from Nick Kaiser's fetchpix.c */
    9 {
    10     struct timeval tv;
    11     gettimeofday(&tv, NULL);
    12     return(tv.tv_sec + 1.e-6 * tv.tv_usec);
    13 }
    14 
    15 
    167int main(int argc, char **argv)
    178{
    18 
    199    double startTime = getTime();
    2010
Note: See TracChangeset for help on using the changeset viewer.