Changeset 7758 for trunk/psphot/src/psphotRoughClass.c
- Timestamp:
- Jun 29, 2006, 10:50:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRoughClass.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRoughClass.c
r7507 r7758 4 4 bool psphotRoughClass (psArray *sources, psMetadata *recipe) { 5 5 6 bool status;7 6 pmPSFClump psfClump; 8 7 … … 20 19 psphotDumpMoments (recipe, sources); 21 20 22 char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");23 if (!strcasecmp (breakPt, "CLASS")) exit (0);24 25 21 return true; 26 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
