aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-08-24 19:16:33 +0200
committerandreas128 <Andreas>2017-08-24 19:16:33 +0200
commit28462b9d8bb08609810ea9a9882c5fa9205b8b80 (patch)
tree8bf70862be54639cc7acfbb09e600b6877cdeab4 /src/ConfigParser.h
parent944df89d7a6253b9077eec1655449e74b16f1418 (diff)
downloaddabmod-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.h3
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)