Changeset 5386 for trunk/Ohana/src/imclean/src/LoadStarsSex.c
- Timestamp:
- Oct 19, 2005, 9:20:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imclean/src/LoadStarsSex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imclean/src/LoadStarsSex.c
r3519 r5386 30 30 31 31 /* zero things that will sum */ 32 A = A2 = S2 = 0;32 N = A = A2 = S2 = 0; 33 33 gotFWHM = FALSE; 34 34 for (i = 0; i < HIST_BINS; i++) { Mhist[i] = Shist[i] = 0; } … … 117 117 } 118 118 satfound = done = FALSE; 119 saturate = complete = 0.0; 119 120 for (i = 0; (i < HIST_BINS) && !done; i++) { 120 121 if ((!satfound) && (Mhist[i] > 0)) {
Note:
See TracChangeset
for help on using the changeset viewer.
