IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2005, 9:20:19 PM (21 years ago)
Author:
eugene
Message:

fixed unit-ed value compile errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imclean/src/LoadStarsDophot.c

    r3519 r5386  
    2121  double SMedHist, dMed;
    2222
    23   NMedHist = 0;
     23  N = NMedHist = 0;
    2424  bzero (MedHist, 2002*sizeof(int));
    2525
     
    126126  }
    127127  satfound = done = FALSE;
     128  saturate = complete = 0.0;
    128129  for (i = 0; (i < HIST_BINS) && !done; i++) {
    129130    if ((!satfound) && (Mhist[i] > 0)) {
Note: See TracChangeset for help on using the changeset viewer.