GRAVITY: Correct the acceleration in gacc_rayleigh_taylor().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
dbdb5b3b4a
commit
bf9efe14df
@ -302,7 +302,7 @@ module gravity
|
|||||||
! calculate gravitational acceleration components
|
! calculate gravitational acceleration components
|
||||||
!
|
!
|
||||||
gacc(1) = 0.0d+00
|
gacc(1) = 0.0d+00
|
||||||
gacc(2) = gacc_const * y
|
gacc(2) = gacc_const
|
||||||
gacc(3) = 0.0d+00
|
gacc(3) = 0.0d+00
|
||||||
|
|
||||||
#ifdef PROFILE
|
#ifdef PROFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user