IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41708


Ignore:
Timestamp:
Jul 8, 2021, 1:18:55 PM (5 years ago)
Author:
eugene
Message:

initialize variable Npts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/cimages.c

    r41341 r41708  
    1010  int WITH_MOSAIC, SOLO_MOSAIC;
    1111  time_t tzero, tend;
    12   int n, N, NPTS, Npts, kapa, *foundMosaic;
     12  int n, N, NPTS, kapa, *foundMosaic;
    1313  Vector Xvec, Yvec, Zvec;
    1414  double r[8], d[8], x[8], y[8], Rmin, Rmax, Rmid, trange, Radius;
     
    1919  PhotCode *photcode;
    2020  int Nsec, photcodeEquiv;
     21
     22  int Npts = 0;
    2123
    2224  if (!InitPhotcodes ()) return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.