Skip to content

Commit f797b09

Browse files
committed
fprettify
1 parent a11dad5 commit f797b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/ModelUtilities/BoundaryPackage.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ subroutine allocate_arrays(this, nodelist, auxvar)
10471047
! -- simvals is a computed, per-timestep budget term: not user-writable,
10481048
! and it's the canonical example of a pure output variable
10491049
call mem_set_attributes('SIMVALS', this%memoryPath, readonly=.true., &
1050-
output=.true.)
1050+
output=.true.)
10511051
if (this%imover == 1) then
10521052
call mem_allocate(this%simtomvr, this%maxbound, 'SIMTOMVR', &
10531053
this%memoryPath)

0 commit comments

Comments
 (0)