GRAVITY: Correct the acceleration in gacc_rayleigh_taylor().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2017-03-06 12:24:04 -03:00
parent dbdb5b3b4a
commit bf9efe14df

View File

@ -302,7 +302,7 @@ module gravity
! calculate gravitational acceleration components
!
gacc(1) = 0.0d+00
gacc(2) = gacc_const * y
gacc(2) = gacc_const
gacc(3) = 0.0d+00
#ifdef PROFILE