diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-01 19:22:12 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-01 19:22:12 -0300 |
commit | 8b80dc216a258df592c21962c2a9622557b2877a (patch) | |
tree | d2adca58d076c16be1d98d095dd161871c9c66af | |
parent | 7bc3050eab32f0693ffa2306edc17d2db1e7ffdb (diff) | |
download | code-master.tar.gz code-master.tar.bz2 code-master.zip |
-rw-r--r-- | integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrator.cpp b/integrator.cpp index a94f37e..8b13a9b 100644 --- a/integrator.cpp +++ b/integrator.cpp @@ -128,7 +128,7 @@ int main(int argc, char* argv[]) { } } - Real z = 0.5; + Real z = 0.4794707565634420155347; Real Γ₀ = 1; Real τ = 0; |