aboutsummaryrefslogtreecommitdiffstats
path: root/src/MemlessPoly.h
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-06-17 16:10:43 +0100
committerandreas128 <Andreas>2017-06-17 16:10:43 +0100
commitedf28ac88d46d0cbbccd99ad5973f2939271b51f (patch)
tree3bb98a3ab647244cd3b27638e6752a8b224d0e7f /src/MemlessPoly.h
parente37567081d00778aea70ab42ad294679dff328be (diff)
downloaddabmod-edf28ac88d46d0cbbccd99ad5973f2939271b51f.tar.gz
dabmod-edf28ac88d46d0cbbccd99ad5973f2939271b51f.tar.bz2
dabmod-edf28ac88d46d0cbbccd99ad5973f2939271b51f.zip
Change to complex poly
Diffstat (limited to 'src/MemlessPoly.h')
-rw-r--r--src/MemlessPoly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemlessPoly.h b/src/MemlessPoly.h
index 210b4b4..eb51d50 100644
--- a/src/MemlessPoly.h
+++ b/src/MemlessPoly.h
@@ -64,7 +64,7 @@ public:
const std::string& parameter) const;
//TODO to protected
- std::vector<float> m_coefs;
+ std::vector<complexf> m_coefs;
protected: