Changeset 5048 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Sep 13, 2005, 3:35:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r4977 r5048 18 18 for (int i = 0; i < sources->n; i++) { 19 19 pmSource *source = sources->data[i]; 20 if (source->type != P S_SOURCE_PSFSTAR) continue;20 if (source->type != PM_SOURCE_PSFSTAR) continue; 21 21 psArrayAdd (stars, 200, source); 22 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
