Skip to content

Commit 88f8b5a

Browse files
committed
golden file update + formatting
1 parent d64b621 commit 88f8b5a

File tree

23 files changed

+699
-693
lines changed

23 files changed

+699
-693
lines changed

src/pre_process/m_data_output.fpp

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ module m_data_output
6060
! IB markers
6161
type(integer_field), &
6262
intent(in) :: ib_markers
63-
63+
6464
! Levelset
6565
type(levelset_field), &
6666
intent(IN) :: levelset
67-
67+
6868
! Levelset Norm
6969
type(levelset_norm_field), &
7070
intent(IN) :: levelset_norm
@@ -98,9 +98,9 @@ contains
9898
intent(in) :: ib_markers
9999

100100
! Levelset
101-
type(levelset_field), &
102-
intent(IN) :: levelset
103-
101+
type(levelset_field), &
102+
intent(IN) :: levelset
103+
104104
! Levelset Norm
105105
type(levelset_norm_field), &
106106
intent(IN) :: levelset_norm
@@ -209,7 +209,6 @@ contains
209209
write (1) levelset_norm%vf
210210
close (1)
211211

212-
213212
! Outputting Conservative Variables ================================
214213
do i = 1, sys_size
215214
write (file_num, '(I0)') i
@@ -488,10 +487,10 @@ contains
488487
else
489488
write (2, FMT) x_cc(j), y_cc(k), real(ib_markers%sf(j, k, l))
490489
end if
491-
end do
492-
end do
490+
end do
491+
end do
493492
end do
494-
493+
495494
close (2)
496495

497496
do i = 1, num_ibs
@@ -536,9 +535,9 @@ contains
536535
intent(in) :: ib_markers
537536

538537
! Levelset
539-
type(levelset_field), &
540-
intent(IN) :: levelset
541-
538+
type(levelset_field), &
539+
intent(IN) :: levelset
540+
542541
! Levelset Norm
543542
type(levelset_norm_field), &
544543
intent(IN) :: levelset_norm
@@ -574,7 +573,7 @@ contains
574573
! Initialize MPI data I/O
575574
if (ib) then
576575
call s_initialize_mpi_data(q_cons_vf, ib_markers, &
577-
levelset, levelset_norm)
576+
levelset, levelset_norm)
578577
else
579578
call s_initialize_mpi_data(q_cons_vf)
580579
end if
@@ -639,7 +638,7 @@ contains
639638
! Initialize MPI data I/O
640639
if (ib) then
641640
call s_initialize_mpi_data(q_cons_vf, ib_markers, &
642-
levelset, levelset_norm)
641+
levelset, levelset_norm)
643642
else
644643
call s_initialize_mpi_data(q_cons_vf)
645644
end if
@@ -717,7 +716,7 @@ contains
717716

718717
! IB Markers
719718
if (ib) then
720-
719+
721720
write (file_loc, '(A)') 'ib.dat'
722721
file_loc = trim(restart_dir)//trim(mpiiofs)//trim(file_loc)
723722
inquire (FILE=trim(file_loc), EXIST=file_exist)

src/pre_process/m_initial_condition.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ contains
149149
! Spherical patch
150150
if (patch_icpp(i)%geometry == 8) then
151151
call s_sphere(i, patch_id_fp, q_prim_vf, .false.)
152-
152+
153153
! Cuboidal patch
154154
elseif (patch_icpp(i)%geometry == 9) then
155155
call s_cuboid(i, patch_id_fp, q_prim_vf)

tests/09E3930B/golden-metadata.txt

Lines changed: 56 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/09E3930B/golden.txt

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)