Skip to content

Commit f98d4d4

Browse files
committed
more cleaning
1 parent 8c62398 commit f98d4d4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/simulation/m_data_output.fpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ contains
364364

365365
integer :: i, j, k, l, r
366366

367-
real(kind(0d0)), dimension(nb) :: nRtmp !< Temporary bubble concentration
368-
real(kind(0d0)) :: nbub, nR3, vftmp !< Temporary bubble number density
369367
real(kind(0d0)) :: gamma, lit_gamma, pi_inf, qv !< Temporary EOS params
370368
real(kind(0d0)), dimension(2) :: Re !< Temporary Reynolds number
371369

@@ -934,7 +932,7 @@ contains
934932
real(kind(0d0)) :: G
935933
real(kind(0d0)) :: dyn_p, Temp
936934

937-
integer :: i, j, k, l, s, q, d !< Generic loop iterator
935+
integer :: i, j, k, l, s, d !< Generic loop iterator
938936

939937
real(kind(0d0)) :: nondim_time !< Non-dimensional time
940938

@@ -954,7 +952,7 @@ contains
954952
if (t_step_old /= dflt_int) then
955953
nondim_time = real(t_step + t_step_old, kind(0d0))*dt
956954
else
957-
nondim_time = real(t_step, kind(0d0))*dt !*1.d-5/10.0761131451d0
955+
nondim_time = real(t_step, kind(0d0))*dt
958956
end if
959957
end if
960958

src/simulation/m_start_up.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ contains
413413
end if
414414

415415
if (patch_ib(i)%c > 0) then
416-
417-
print *, "HERE Np", Np
418416
allocate (airfoil_grid_u(1:Np))
419417
allocate (airfoil_grid_l(1:Np))
420418

0 commit comments

Comments
 (0)