Skip to content

Commit 8413294

Browse files
committed
Format correction
1 parent 55d982d commit 8413294

16 files changed

+1
-51
lines changed

src/common/m_boundary_common.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ contains
7777
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) :: pb, mv
7878
type(integer_field), dimension(1:num_dims, -1:1), intent(in) :: bc_type
7979

80-
8180
integer :: k, l
8281

8382
! Population of Buffers in x-direction

src/common/m_helper.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ contains
395395
396396
integer :: i
397397
398-
399398
do i = 1, 3
400399
call s_transform_vec(triangle%v(i, :), matrix)
401400
end do

src/common/m_variables_conversion.fpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ contains
11881188

11891189
integer :: i, j, k, l !< Generic loop iterators
11901190

1191-
11921191
real(wp), dimension(num_species) :: Ys
11931192
real(wp) :: e_mix, mix_mol_weight, T
11941193
real(wp) :: pres_mag
@@ -1567,8 +1566,6 @@ contains
15671566

15681567
subroutine s_finalize_variables_conversion_module()
15691568

1570-
1571-
15721569
! Deallocating the density, the specific heat ratio function and the
15731570
! liquid stiffness function
15741571
#ifdef MFC_POST_PROCESS
@@ -1674,7 +1671,6 @@ contains
16741671

16751672
real(wp) :: B2, term, disc
16761673

1677-
16781674
B2 = sum(B**2)
16791675

16801676
if (.not. relativity) then
@@ -1698,4 +1694,4 @@ contains
16981694
end subroutine s_compute_fast_magnetosonic_speed
16991695
#endif
17001696

1701-
end module m_variables_conversion
1697+
end module m_variables_conversion

src/post_process/m_data_output.fpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ contains
860860
! Generic loop iterator
861861
integer :: i, j, k
862862
863-
864863
! Silo-HDF5 Database Format
865864
866865
if (format == 1) then
@@ -1104,7 +1103,6 @@ contains
11041103
integer(KIND=MPI_OFFSET_KIND) :: disp
11051104
integer :: view
11061105
1107-
11081106
logical :: lg_bub_file, file_exist
11091107
11101108
integer, dimension(2) :: gsizes, lsizes, start_idx_part
@@ -1292,7 +1290,6 @@ contains
12921290
real(wp), dimension(num_fluids) :: adv
12931291
integer :: i, j, k, l, s !looping indices
12941292
1295-
12961293
Egk = 0_wp
12971294
Elp = 0_wp
12981295
Egint = 0_wp

src/post_process/m_derived_variables.fpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,6 @@ contains
329329
real(wp), dimension(ndim), intent(inout) :: b
330330
real(wp), dimension(ndim), intent(out) :: sol
331331

332-
333-
334-
335332
!EXTERNAL DGESV
336333

337334
integer :: i, j, k
@@ -585,8 +582,6 @@ contains
585582
!! The first position in the variable contains the maximum value and
586583
!! the second contains the rank of the processor on which it occurred.
587584
588-
589-
590585
integer :: i, j, k, l !< Generic loop iterators
591586
592587
! Computing Gradient Magnitude of Density

src/pre_process/m_assign_variables.fpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,8 @@ contains
111111
type(scalar_field), dimension(1:sys_size), intent(inout) :: q_prim_vf
112112
integer, dimension(0:m, 0:n, 0:p), intent(inout) :: patch_id_fp
113113
114-
115-
116-
117-
118-
119-
120114
real(wp) :: Ys(1:num_species)
121115
122-
123116
integer :: smooth_patch_id
124117
integer :: i !< generic loop operator
125118
@@ -308,14 +301,8 @@ contains
308301
real(wp) :: rcoord, theta, phi, xi_sph
309302
real(wp), dimension(3) :: xi_cart
310303
311-
312-
313-
314-
315-
316304
real(wp) :: Ys(1:num_species)
317305
318-
319306
real(wp), dimension(sys_size) :: orig_prim_vf !<
320307
!! Vector to hold original values of cell for smoothing purposes
321308

src/pre_process/m_boundary_conditions.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ contains
315315
integer :: dir, loc
316316
character(len=path_len) :: file_loc, file_path
317317

318-
319-
320318
#ifdef MFC_MPI
321319
integer :: ierr
322320
integer :: file_id

src/pre_process/m_data_output.fpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ contains
140140
real(wp) :: rho !< Temporary density
141141
real(wp) :: pres, T !< Temporary pressure
142142

143-
144-
145-
146143
real(wp) :: rhoYks(1:num_species) !< Temporary species mass fractions
147144

148145
real(wp) :: pres_mag

src/pre_process/m_initial_condition.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ contains
175175
!! primitive variables are converted to conservative ones.
176176
subroutine s_generate_initial_condition
177177

178-
179-
180178
! First, compute the temperature field from the conservative variables.
181179
if (chemistry) call s_compute_q_T_sf(q_T_sf, q_cons_vf, idwint)
182180

src/pre_process/m_patches.fpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,10 +1570,8 @@ contains
15701570
15711571
integer :: i, j, k !< generic loop iterators
15721572
1573-
15741573
complex(wp), parameter :: cmplx_i = (0._wp, 1._wp)
15751574
1576-
15771575
! Transferring the patch's centroid and radius information
15781576
x_centroid = patch_icpp(patch_id)%x_centroid
15791577
y_centroid = patch_icpp(patch_id)%y_centroid
@@ -1720,7 +1718,6 @@ contains
17201718
integer :: i, j, k !< generic loop iterators
17211719
real(wp) :: radius
17221720

1723-
17241721
!! Variables to initialize the pressure field that corresponds to the
17251722
!! bubble-collapse test case found in Tiwari et al. (2013)
17261723

0 commit comments

Comments
 (0)