Changeset 15758 for trunk/ippTools/src/flatcorr.c
- Timestamp:
- Dec 6, 2007, 4:26:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorr.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r15755 r15758 36 36 static bool pendingMode(pxConfig *config); 37 37 static bool flatcorrimfileMode(pxConfig *config); 38 static bool updateMode(pxConfig *config);38 static bool doneMode(pxConfig *config); 39 39 40 40 static bool setflatcorrRunState(pxConfig *config, psS64 corr_id, const char *state); … … 61 61 MODECASE(FLATCORR_MODE_PENDING, pendingMode); 62 62 MODECASE(FLATCORR_MODE_FLATCORRIMFILE, flatcorrimfileMode); 63 MODECASE(FLATCORR_MODE_ UPDATE, updateMode);63 MODECASE(FLATCORR_MODE_DONE, doneMode); 64 64 default: 65 65 psAbort("invalid option (this should not happen)"); … … 265 265 "reg", // state 266 266 workdir, 267 label 267 label, 268 NULL // stats 268 269 )) { 269 270 if (!psDBRollback(config->dbh)) { … … 521 522 522 523 523 static bool updateMode(pxConfig *config)524 static bool doneMode(pxConfig *config) 524 525 { 525 526 PS_ASSERT_PTR_NON_NULL(config, false);
Note:
See TracChangeset
for help on using the changeset viewer.
