IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 1:12:37 PM (20 years ago)
Author:
jcc
Message:

Moved variable definition at top of function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/fakeimage.c

    r6763 r11081  
    1111  char *config;
    1212  Image *image;
     13  e_time MosaicTime;
    1314
    1415  /* this is a somewhat bogus method to set a time for the exposure */
     
    2021  srand48(seedval);
    2122
    22   e_time MosaicTime = 0xffffffff * drand48();
     23  MosaicTime = 0xffffffff * drand48();
    2324  fprintf (stderr, "time: %x\n", MosaicTime);
    2425
Note: See TracChangeset for help on using the changeset viewer.