Changeset 28304 for branches/czw_branch/20100519/ppSub/src/ppSubMatchPSFs.c
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubMatchPSFs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppSub/src/ppSubMatchPSFs.c
r27692 r28304 243 243 psFree(lists); 244 244 if (!detections->allSources) { 245 psError(PPSUB_ERR_DATA, false, "Unable to merge source lists");246 245 psFree(detections); 247 return false; 246 psErrorCode error = psErrorCodeLast(); // Error code 247 if (error == PM_ERR_OBJECTS) { 248 psErrorStackPrint(stderr, "Unable to match source lists"); 249 psWarning("Unable to match source lists --- suspect bad data quality."); 250 ppSubDataQuality(data, error, PPSUB_FILES_ALL); 251 return true; 252 } else { 253 psError(error, false, "Unable to merge source lists"); 254 return false; 255 } 248 256 } 249 257 }
Note:
See TracChangeset
for help on using the changeset viewer.
