Skip to content

Commit ef647e9

Browse files
committed
restore NINETH for compatibility
1 parent 6409d83 commit ef647e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codespell-ignore-words

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ inout
2121
ist
2222
lsit
2323
nd
24+
nineth
2425
parm
2526
parms
2627
pres

Src/Base/AMReX_constants_mod.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module amrex_constants_module
2828
real(kind = amrex_real), parameter :: SEVENTH = ONE/SEVEN
2929
real(kind = amrex_real), parameter :: EIGHTH = 0.125_amrex_real
3030
real(kind = amrex_real), parameter :: NINTH = ONE/NINE
31+
real(kind = amrex_real), parameter :: NINETH = ONE/NINE ! compatibility
3132
real(kind = amrex_real), parameter :: TENTH = 0.10_amrex_real
3233
real(kind = amrex_real), parameter :: TWELFTH = ONE/TWELVE
3334

0 commit comments

Comments
 (0)