Skip to content

Commit

Permalink
Merge pull request #76 from natalieth/patch-2
Browse files Browse the repository at this point in the history
remove comma (typo)
  • Loading branch information
fjansson authored Aug 8, 2022
2 parents 4b76227 + 8784487 commit f2fe301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modopenboundary.f90
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ subroutine openboundary_readboundary
boundary(ib)%e12(boundary(ib)%nx1,boundary(ib)%nx2,ntboundary), &
boundary(ib)%u(boundary(ib)%nx1u,boundary(ib)%nx2u,ntboundary), &
boundary(ib)%v(boundary(ib)%nx1v,boundary(ib)%nx2v,ntboundary), &
boundary(ib)%w(boundary(ib)%nx1w,boundary(ib)%nx2w,ntboundary), &
)
boundary(ib)%w(boundary(ib)%nx1w,boundary(ib)%nx2w,ntboundary))
if(nsv>0) then
allocate(boundary(ib)%sv(boundary(ib)%nx1,boundary(ib)%nx2,ntboundary,nsv))
endif
Expand Down

0 comments on commit f2fe301

Please sign in to comment.