Changeset 36834 for trunk/psModules/src/detrend
- Timestamp:
- Jun 7, 2014, 6:37:32 AM (12 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 2 edited
-
pmDetrendDB.c (modified) (1 diff)
-
pmDetrendDB.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r35531 r36834 111 111 DETREND_STRING_CASE(LINEARITY); 112 112 DETREND_STRING_CASE(AUXMASK); 113 DETREND_STRING_CASE(KH_CORRECT); 113 114 default: 114 115 return NULL; -
trunk/psModules/src/detrend/pmDetrendDB.h
r35531 r36834 40 40 PM_DETREND_TYPE_LINEARITY, 41 41 PM_DETREND_TYPE_AUXMASK, 42 PM_DETREND_TYPE_KH_CORRECT, 42 43 } pmDetrendType; 43 44
Note:
See TracChangeset
for help on using the changeset viewer.
