summaryrefslogtreecommitdiff
path: root/hadamard_pt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hadamard_pt.hpp')
-rw-r--r--hadamard_pt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp
index 7b3f70c..b3c9871 100644
--- a/hadamard_pt.hpp
+++ b/hadamard_pt.hpp
@@ -154,10 +154,10 @@ public:
double relErr = Δf / Ms.size();
// double relErr = err / T1.size() * Ms.size() / (1 / Ms.front().β - 1 / Ms.back().β);
+ std::cout << "RMS difference from ideal transit flow is " << relErr << " ± " << δΔf / Ms.size() << ".\n";
if (relErr < ε2 || δΔf != δΔf) {
return f;
} else {
- std::cout << "RMS difference from ideal transit flow is " << relErr << " ± " << δΔf / Ms.size() << ", continuing tuning.\n";
if (5 * δΔf > Δf || δΔf != δΔf) {
n *= 2;
std::cout << "Error in RMS difference too close to difference, increasing tuning to " << n << ".\n";