Changeset 23753 for trunk/ppSub/src/ppSubMatchPSFs.c
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMatchPSFs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMatchPSFs.c
r23740 r23753 22 22 #include "ppSub.h" 23 23 24 bool ppSubMatchPSFs(p mConfig *config, ppSubData *data)24 bool ppSubMatchPSFs(ppSubData *data) 25 25 { 26 psAssert(data, "Require processing data"); 27 pmConfig *config = data->config; // Configuration 26 28 psAssert(config, "Require configuration"); 27 29 … … 161 163 psErrorStackPrint(stderr, "Unable to find stamps"); 162 164 psWarning("Unable to find stamps --- suspect bad data quality."); 163 ppSubDataQuality( config,data, error, PPSUB_FILES_ALL);165 ppSubDataQuality(data, error, PPSUB_FILES_ALL); 164 166 return true; 165 167 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
