summaryrefslogtreecommitdiff
path: root/log-fourier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r--log-fourier.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp
index 9c7c237..ee85775 100644
--- a/log-fourier.hpp
+++ b/log-fourier.hpp
@@ -20,8 +20,8 @@ private:
Real τₛ;
Real ωₛ;
Real sₛ;
- Real shift;
public:
+ Real shift;
LogarithmicFourierTransform(unsigned N, Real k, Real Δτ, unsigned pad = 4, Real shift = 0.5);
~LogarithmicFourierTransform();
Real τ(unsigned n) const;