diff options
author | andreas128 <Andreas> | 2017-06-17 16:10:43 +0100 |
---|---|---|
committer | andreas128 <Andreas> | 2017-06-17 16:10:43 +0100 |
commit | edf28ac88d46d0cbbccd99ad5973f2939271b51f (patch) | |
tree | 3bb98a3ab647244cd3b27638e6752a8b224d0e7f /src/MemlessPoly.h | |
parent | e37567081d00778aea70ab42ad294679dff328be (diff) | |
download | dabmod-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.h | 2 |
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: |