Skip to content

Commit

Permalink
chore(subdomain): rm unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Jan 2, 2024
1 parent 70ab130 commit 86593b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/matcha/subdomain_s.f90
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ subroutine edge_points(self, ds)

subroutine apply_boundary_condition(ds)
real, intent(inout) :: ds(:,:,:)
integer i, j

ds(:,1:ny:ny-1, : ) = 0.
ds(:, : ,1:nz:nz-1) = 0.
Expand Down

0 comments on commit 86593b2

Please sign in to comment.