Skip to content

Commit

Permalink
Update SubGrid.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OsKnoth committed Jul 23, 2024
1 parent e5c398a commit 77d4dd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Grids/SubGrid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function ConstructSubGrid(GlobalGrid,Proc,ProcNumber;order=true)
end
end
FaceNumbersG = unique(FaceNumbersG)
@show FaceNumbersG
@show FaceNumbersB
FaceNumbers =[FaceNumbersB; FaceNumbersI]
for i = 1 : length(FaceNumbers)
iF = FaceNumbers[i]
Expand Down

0 comments on commit 77d4dd4

Please sign in to comment.