Skip to content

Commit dea6ffd

Browse files
committed
restore NINETH for compatibility
1 parent ef647e9 commit dea6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_constants_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module amrex_constants_module
2727
real(kind = amrex_real), parameter :: SIXTH = ONE/SIX
2828
real(kind = amrex_real), parameter :: SEVENTH = ONE/SEVEN
2929
real(kind = amrex_real), parameter :: EIGHTH = 0.125_amrex_real
30-
real(kind = amrex_real), parameter :: NINTH = ONE/NINE
30+
real(kind = amrex_real), parameter :: NINTH = ONE/NINE
3131
real(kind = amrex_real), parameter :: NINETH = ONE/NINE ! compatibility
3232
real(kind = amrex_real), parameter :: TENTH = 0.10_amrex_real
3333
real(kind = amrex_real), parameter :: TWELFTH = ONE/TWELVE

0 commit comments

Comments
 (0)