diff options
Diffstat (limited to 'correlations.cpp')
-rw-r--r-- | correlations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |