IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28187


Ignore:
Timestamp:
Jun 1, 2010, 4:41:55 PM (16 years ago)
Author:
eugene
Message:

minor change

File:
1 edited

Legend:

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

    r27582 r28187  
    33int find_matches (SkyRegion *region, Stars *stars, unsigned int NstarsIn, Catalog *catalog, AddstarClientOptions options) {
    44
    5   off_t i, j, n, N, J, status, Nstars;
     5  off_t i, j, n, N, J, Nstars;
    66  double RADIUS, RADIUS2;
    77  double *X1, *Y1, *X2, *Y2;
     
    99  off_t *N1, *N2, *next_meas;
    1010  off_t Nave, NAVE, Nmeas, NMEAS, Nmatch;
    11   int Nsecfilt, Nsec;
     11  int Nsecfilt, Nsec, status;
    1212  unsigned int objID, catID;
    1313  Coords tcoords;
Note: See TracChangeset for help on using the changeset viewer.