Skip to content

Commit

Permalink
Formatting by ./mfc.sh format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyeoksu Lee committed Feb 9, 2024
1 parent 6af12e4 commit 1deb0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_bubbles.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contains
real(kind(0d0)) :: err_R, err_V, err !< Error estimates for adaptive time stepping
real(kind(0d0)) :: t_new !< Updated time step size
real(kind(0d0)) :: h, h0, h1, h_min !< Time step size
real(kind(0d0)) :: d0, d1, d2 !< norms
real(kind(0d0)) :: d0, d1, d2 !< norms
real(kind(0d0)), dimension(4) :: myR_tmp, myV_tmp, myA_tmp !< Bubble radius, radial velocity, and radial acceleration for the inner loop

!$acc parallel loop collapse(3) gang vector default(present)
Expand Down

0 comments on commit 1deb0d4

Please sign in to comment.