- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/psphot (added) merged: 31313-31314,31328,31337,31362,31364,31381,31384,31437,31444
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot/src/psphotPetrosianStats.c
r31154 r31606 163 163 if (refRadius->data.F32[i] > apRadius) { 164 164 if (i == 0) { 165 psWarning ("does this case make any sense? (refRadius[0] > apRadius)");165 psWarning ("does this case make any sense? (refRadius[0] %f > apRadius %f)", refRadius->data.F32[i], apRadius); 166 166 continue; 167 167 } else { … … 188 188 if (!found50 && (fluxSum->data.F32[i] > flux50)) { 189 189 if (i == 0) { 190 psWarning ("does this case make any sense? (fluxSum[0] > flux50)");190 psWarning ("does this case make any sense? (fluxSum[0] %f > flux50 %f)", fluxSum->data.F32[i], flux50); 191 191 continue; 192 192 } else { … … 198 198 if (!found90 && (fluxSum->data.F32[i] > flux90)) { 199 199 if (i == 0) { 200 psWarning ("does this case make any sense? (fluxSum[0] > flux90)");200 psWarning ("does this case make any sense? (fluxSum[0] %f > flux90 %f)", fluxSum->data.F32[i], flux90); 201 201 continue; 202 202 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
