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/LoadStarsSex.c

    r3519 r5386  
    3030
    3131  /* zero things that will sum */
    32   A = A2 = S2 = 0;
     32  N = A = A2 = S2 = 0;
    3333  gotFWHM = FALSE;
    3434  for (i = 0; i < HIST_BINS; i++) { Mhist[i] = Shist[i] = 0; }
     
    117117  }
    118118  satfound = done = FALSE;
     119  saturate = complete = 0.0;
    119120  for (i = 0; (i < HIST_BINS) && !done; i++) {
    120121    if ((!satfound) && (Mhist[i] > 0)) {
Note: See TracChangeset for help on using the changeset viewer.