summaryrefslogtreecommitdiff
path: root/log-fourier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier.cpp')
-rw-r--r--log-fourier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier.cpp b/log-fourier.cpp
index 5b7964d..e60439a 100644
--- a/log-fourier.cpp
+++ b/log-fourier.cpp
@@ -203,7 +203,7 @@ Real energy(const LogarithmicFourierTransform& fft, std::vector<Real>& C, const
Real C₂ₙ₊₁ = C[2*n+1];
Real C₂ₙ₊₂ = C[2*n+2];
- if (C₂ₙ₊₂ < 0 || R₂ₙ₊₂ < 0) break;
+ //if (C₂ₙ₊₂ < 0 || R₂ₙ₊₂ < 0) break;
Real h₂ₙ = fft.t(2*n+1) - fft.t(2*n);
Real h₂ₙ₊₁ = fft.t(2*n+2) - fft.t(2*n+1);