From 4999894d546b8b91092cddde6b373b66184ec9bb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 26 Mar 2025 17:25:54 -0300 Subject: Changed correlations processing to make it easier --- correlations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'correlations.cpp') diff --git a/correlations.cpp b/correlations.cpp index ef0222e..94d8b74 100644 --- a/correlations.cpp +++ b/correlations.cpp @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) { E = atof(optarg); break; case 't': - Δt = atof(optarg); + Δt = pow(10, -atof(optarg)); break; case 'w': Δw = atof(optarg); -- cgit v1.2.3-70-g09d2