mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Reduced FP_PRECISION yet again.
This commit is contained in:
parent
1272f5b347
commit
01c51c130d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module constants
|
|||
real(8), parameter :: TINY_BIT = 1e-8_8
|
||||
|
||||
! User for precision in geometry
|
||||
real(8), parameter :: FP_PRECISION = 1e-8_8
|
||||
real(8), parameter :: FP_PRECISION = 1e-7_8
|
||||
|
||||
! Maximum number of collisions/crossings
|
||||
integer, parameter :: MAX_EVENTS = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue