diff options
author | andreas128 <Andreas> | 2017-08-24 19:16:33 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-24 19:16:33 +0200 |
commit | 28462b9d8bb08609810ea9a9882c5fa9205b8b80 (patch) | |
tree | 8bf70862be54639cc7acfbb09e600b6877cdeab4 /src/ConfigParser.h | |
parent | 944df89d7a6253b9077eec1655449e74b16f1418 (diff) | |
download | dabmod-28462b9d8bb08609810ea9a9882c5fa9205b8b80.tar.gz dabmod-28462b9d8bb08609810ea9a9882c5fa9205b8b80.tar.bz2 dabmod-28462b9d8bb08609810ea9a9882c5fa9205b8b80.zip |
Add dpd for phase correction
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 89f0fb7..d99fa08 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -74,7 +74,8 @@ struct mod_settings_t { std::string filterTapsFilename = ""; - std::string polyCoefFilename = ""; + std::string polyCoefFilenameAm = ""; + std::string polyCoefFilenamePm = ""; unsigned polyNumThreads = 0; #if defined(HAVE_OUTPUT_UHD) |