IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8077


Ignore:
Timestamp:
Aug 2, 2006, 2:41:52 PM (20 years ago)
Author:
Paul Price
Message:

Splitting line to avoid "unused variable" warning.

File:
1 edited

Legend:

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

    r6772 r8077  
    2626int main(int argc, char **argv)
    2727{
    28     double startTime = getTime();
     28    double startTime;
     29    startTime = getTime();
    2930
    3031    // Set trace levels
Note: See TracChangeset for help on using the changeset viewer.