Skip to content

Commit dacae37

Browse files
committed
Format
1 parent accc829 commit dacae37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/simulation/m_acoustic_src.fpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ contains
213213
call random_number(phi_rn(1:100))
214214
call s_mpi_send_random_number(phi_rn)
215215
sum_BB = 0d0
216-
216+
217217
!$acc loop
218218
do k = 1, 100
219219
f_BB(k) = 500d0 + k*100d0 ! Discrete frequency specturm center
@@ -403,10 +403,10 @@ contains
403403
if (abs(sine_wave) < 1d-2) then
404404
source = mag(ai)*sine_wave*1d2
405405
end if
406-
406+
407407
elseif (pulse(ai) == 4) then
408-
! TO DO: delay broadband acoustic source
409-
source = sum_BB
408+
! TO DO: delay broadband acoustic source
409+
source = sum_BB
410410

411411
end if
412412
end subroutine s_source_temporal

0 commit comments

Comments
 (0)