-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Public parameters nearzero, fates_unset_r8,fates_unset_int are defined here (f.e.):
fates/main/FatesConstantsMod.F90
Line 204 in 75a465c
| real(fates_r8), parameter, public :: nearzero = 1.0e-30_fates_r8 |
While a private nearzero and unset_r8, unset_int are defined in TwoStreamMLPEMod and assigned different values:
fates/radiation/TwoStreamMLPEMod.F90
Line 34 in 75a465c
| real(r8),parameter :: nearzero = 1.e-20_r8 |
@rgknox @glemieux is the reason for this unit testing (there is nothing in the comments)?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
❕Todo