Skip to content

Commit

Permalink
fix typos v2
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian committed Jun 24, 2024
1 parent 6434eac commit 05b2279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_surface_tension.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ contains
flux_src_vf, &
id, isx, isy, isz)

type(scalar_field), dimension(sys_size) :: q_prim_vf !> unusued so unsure what intent to give it
type(scalar_field), dimension(sys_size) :: q_prim_vf !> unused so unsure what intent to give it
real(kind(0d0)), dimension(-1:, 0:, 0:, 1:), intent(in) :: vSrc_rsx_vf
real(kind(0d0)), dimension(-1:, 0:, 0:, 1:), intent(in) :: vSrc_rsy_vf
real(kind(0d0)), dimension(-1:, 0:, 0:, 1:), intent(in) :: vSrc_rsz_vf
Expand Down

0 comments on commit 05b2279

Please sign in to comment.