aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-08-11 18:36:28 +0200
committerandreas128 <Andreas>2017-08-11 18:36:28 +0200
commitd8fc75752c9723a1f72c968f6aaadfaf597608fd (patch)
treef2c77f98b3ba5aab2e53b2e7b813c82d8a26b4d1
parent4bd7cfadfbc2fd8347dcee8ae1682af4b8a52114 (diff)
downloaddabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.tar.gz
dabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.tar.bz2
dabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.zip
Fix polycoef path
-rw-r--r--dpd/src/Adapt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Adapt.py b/dpd/src/Adapt.py
index 47a5e8a..fec6aa5 100644
--- a/dpd/src/Adapt.py
+++ b/dpd/src/Adapt.py
@@ -139,7 +139,7 @@ class Adapt:
def set_coefs(self, coefs_complex):
self._write_coef_file(coefs_complex)
- self.send_receive("set memlesspoly coeffile polyCoefsCustom")
+ self.send_receive("set memlesspoly coeffile {}".format(self.coef_path))
# The MIT License (MIT)
#