Skip to content

Commit 017ef07

Browse files
committed
clean up
1 parent 2bb3693 commit 017ef07

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

src/common/m_phase_change.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ contains
313313
real(kind(0.0d0)), intent(in) :: rhoe
314314
real(kind(0.0d0)), intent(out) :: TS
315315

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

320318
integer :: i, ns !< generic loop iterators

src/simulation/m_bubbles.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ contains
119119
integer, intent(in) :: idir
120120
type(scalar_field), dimension(sys_size), intent(in) :: q_prim_vf
121121

122-
integer :: i, j, k, l
122+
integer :: j, k, l
123123

124124
if (idir == 1) then
125125

src/simulation/m_data_output.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ contains
365365
integer :: i, j, k, l, r
366366

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

370369
! Creating or overwriting the time-step root directory
371370
write (t_step_dir, '(A,I0,A,I0)') trim(case_dir)//'/p_all'

src/simulation/m_qbmm.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ contains
702702
real(kind(0.d0)), intent(in) :: pres, rho, c
703703
real(kind(0.d0)), dimension(nterms, 0:2, 0:2), intent(out) :: coeffs
704704

705-
integer :: i1, i2, q
705+
integer :: i1, i2
706706

707707
coeffs = 0d0
708708

@@ -847,7 +847,7 @@ contains
847847

848848
integer :: id1, id2, id3
849849
integer :: i1, i2
850-
integer :: j, k, q, r
850+
integer :: j, q, r
851851

852852
is1_qbmm = ix; is2_qbmm = iy; is3_qbmm = iz
853853

src/simulation/m_weno.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ contains
551551
real(kind(0d0)), dimension(0:weno_num_stencils) :: delta
552552
real(kind(0d0)), dimension(-3:3) :: v ! temporary field value array for clarity (WENO7 only)
553553
real(kind(0d0)) :: tau
554-
real(kind(0d0)), pointer :: beta_p(:)
555554

556555
integer :: i, j, k, l
557556

0 commit comments

Comments
 (0)