Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Nov 7, 2024
1 parent 2bb3693 commit 017ef07
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/common/m_phase_change.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ contains
real(kind(0.0d0)), intent(in) :: rhoe
real(kind(0.0d0)), intent(out) :: TS

integer, dimension(num_fluids) :: ig !< flags to toggle the inclusion of fluids for the pT-equilibrium
real(kind(0.0d0)), dimension(num_fluids) :: pk !< individual initial pressures
real(kind(0.0d0)) :: gp, gpp, hp, pO, mCP, mQ !< variables for the Newton Solver

integer :: i, ns !< generic loop iterators
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/m_bubbles.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ contains
integer, intent(in) :: idir
type(scalar_field), dimension(sys_size), intent(in) :: q_prim_vf

integer :: i, j, k, l
integer :: j, k, l

if (idir == 1) then

Expand Down
1 change: 0 additions & 1 deletion src/simulation/m_data_output.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ contains
integer :: i, j, k, l, r

Check warning on line 365 in src/simulation/m_data_output.fpp

View check run for this annotation

Codecov / codecov/patch

src/simulation/m_data_output.fpp#L365

Added line #L365 was not covered by tests

real(kind(0d0)) :: gamma, lit_gamma, pi_inf, qv !< Temporary EOS params
real(kind(0d0)), dimension(2) :: Re !< Temporary Reynolds number

! Creating or overwriting the time-step root directory
write (t_step_dir, '(A,I0,A,I0)') trim(case_dir)//'/p_all'
Expand Down
4 changes: 2 additions & 2 deletions src/simulation/m_qbmm.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ contains
real(kind(0.d0)), intent(in) :: pres, rho, c
real(kind(0.d0)), dimension(nterms, 0:2, 0:2), intent(out) :: coeffs

integer :: i1, i2, q
integer :: i1, i2

coeffs = 0d0

Expand Down Expand Up @@ -847,7 +847,7 @@ contains

integer :: id1, id2, id3
integer :: i1, i2
integer :: j, k, q, r
integer :: j, q, r

is1_qbmm = ix; is2_qbmm = iy; is3_qbmm = iz

Expand Down
1 change: 0 additions & 1 deletion src/simulation/m_weno.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ contains
real(kind(0d0)), dimension(0:weno_num_stencils) :: delta
real(kind(0d0)), dimension(-3:3) :: v ! temporary field value array for clarity (WENO7 only)
real(kind(0d0)) :: tau
real(kind(0d0)), pointer :: beta_p(:)

integer :: i, j, k, l

Expand Down

0 comments on commit 017ef07

Please sign in to comment.