From 2b4a51568851e562d62349ed11cb13788dfd9c78 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sun, 20 Apr 2025 10:33:16 -0300 Subject: Adjust ε from the command line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log-fourier_integrator.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 72eb96c..e3af989 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -23,7 +23,7 @@ int main(int argc, char* argv[]) { int opt; - while ((opt = getopt(argc, argv, "p:s:2:T:t:b:d:g:k:D:")) != -1) { + while ((opt = getopt(argc, argv, "p:s:2:T:t:b:d:g:k:D:e:")) != -1) { switch (opt) { case 'p': p = atoi(optarg); @@ -52,6 +52,9 @@ int main(int argc, char* argv[]) { case 'D': Δτ = atof(optarg); break; + case 'e': + ε = atof(optarg); + break; default: exit(1); } -- cgit v1.2.3-70-g09d2