- Timestamp:
- Mar 13, 2011, 5:08:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmPhotObj.c
r29004 r30892 67 67 return false; 68 68 } 69 if (! finite(source->peak->xf)) {69 if (!isfinite(source->peak->xf)) { 70 70 psError(PS_ERR_UNKNOWN, true, "NAN peak coordinate"); 71 71 return false; 72 72 } 73 if (! finite(source->peak->yf)) {73 if (!isfinite(source->peak->yf)) { 74 74 psError(PS_ERR_UNKNOWN, true, "NAN peak coordinate"); 75 75 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
