Changeset 20189
- Timestamp:
- Oct 16, 2008, 9:18:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/bcatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/bcatalog.c
r17201 r20189 90 90 91 91 // XXXX test : what checks do I need to make elsewhere to avoid problems here? 92 # if 0 93 if (Nm < 2) { /* enough measurements in band? */ 92 if (Nm < STAR_TOOFEW) { /* enough measurements in band? */ 94 93 Nmeasure -= Nm; 95 94 continue; 96 95 } 97 # endif98 96 subcatalog[0].average[Naverage].Nmeasure = Nm; 99 97 Naverage ++;
Note:
See TracChangeset
for help on using the changeset viewer.
