Changeset 42398 for trunk/psModules
- Timestamp:
- Mar 3, 2023, 4:26:55 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r42379 r42398 110 110 DETREND_STRING_CASE(VIDEODARK); 111 111 DETREND_STRING_CASE(LINEARITY); 112 DETREND_STRING_CASE(NEWNONLIN); 112 113 DETREND_STRING_CASE(AUXMASK); 113 114 DETREND_STRING_CASE(KH_CORRECT); … … 140 141 } else { 141 142 type = pmDetrendTypeToString (options->type); 143 if (!type) { 144 psError (PM_ERR_CONFIG, false, "unknown detrend type %d", options->type); 145 goto failure; 146 } 142 147 } 143 148 unsigned int nFail;
Note:
See TracChangeset
for help on using the changeset viewer.
