diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-10 03:21:57 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-10 03:21:57 -0400 |
| commit | ef8165dc661d0fc6bf01f9d138fdcc8595eea272 (patch) | |
| tree | 31f3eb6fabac91186f5da3d1ab5ec2f7595c7b25 /main.f90 | |
| parent | 3d9865a95064589a94285a1c77db36f4a38e0c13 (diff) | |
Added reference comparison with GNAT and script for extracing percent differences. Also plot them.HEADmaster
Diffstat (limited to 'main.f90')
| -rw-r--r-- | main.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ program monte_carlo implicit none !> Initialize some variables for neutrons - integer(int64), parameter :: n = 1e7 - integer(int64), parameter :: bins = 800 + integer(int64), parameter :: n = 4e8 + integer(int64), parameter :: bins = 1001 real(real64), parameter :: eps = 1.0e-6_real64 real(real64), parameter :: pi = 4.0_real64 * atan(1.0_real64) |
