Changeset 27800
- Timestamp:
- Apr 28, 2010, 3:42:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c
r27778 r27800 23 23 24 24 // printf("mag=%f\texpTime=%f\tzeroPoint=%f\tflux=%f\n", magnitude, exposureTime, zeroPoint, flux); 25 return (is normal(*flux)) ? true : false;25 return (isfinite(*flux) && *flux > 0.0) ? true : false; 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
