diff --git a/src/user_problem.F90 b/src/user_problem.F90 index 13624a6..a466f41 100644 --- a/src/user_problem.F90 +++ b/src/user_problem.F90 @@ -407,6 +407,10 @@ module user_problem call start_timer(img) #endif /* PROFILE */ +! reset gravitational acceleration +! + acc(:) = 0.0d+00 + #ifdef PROFILE ! stop accounting time for the gravitational acceleration calculation !