Skip to content

Commit d86eed4

Browse files
author
wpbonelli
committed
fprettify
1 parent d828e3d commit d86eed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/ParticleTracking/prt.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module PrtModule
3939

4040
integer(I4B), parameter :: NBDITEMS = 2
4141
character(len=LENBUDTXT), dimension(NBDITEMS) :: budtxt
42-
data budtxt/' STORAGE',' TERMINATION'/
42+
data budtxt/' STORAGE', ' TERMINATION'/
4343

4444
!> @brief Particle tracking (PRT) model
4545
type, extends(NumericalModelType) :: PrtModelType
@@ -691,7 +691,7 @@ subroutine prt_ot_saveflow(this, nja, flowja, icbcfl, icbcun)
691691
olconv2=.false.)
692692
end do
693693
end if
694-
if (nterm > 0) then
694+
if (nterm > 0) then
695695
call this%dis%record_srcdst_list_header(budtxt(2), &
696696
'PRT ', &
697697
'PRT ', &

0 commit comments

Comments
 (0)