summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--log_get_energy.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/log_get_energy.cpp b/log_get_energy.cpp
index 3ea2ab8..227b8b9 100644
--- a/log_get_energy.cpp
+++ b/log_get_energy.cpp
@@ -1,6 +1,8 @@
#include "log-fourier.hpp"
#include <getopt.h>
+#include <iomanip>
#include <iostream>
+#include <iomanip>
int main(int argc, char* argv[]) {
/* Model parameters */
@@ -66,6 +68,8 @@ int main(int argc, char* argv[]) {
Real β = β₀;
+ std::cout << std::setprecision(16);
+
while (β += Δβ, β <= βₘₐₓ) {
if (logFourierLoad(C, R, Ct, Rt, p, s, λ, τ₀, β, log2n, Δτ, k)) {