Skip to content

Commit 3c6269e

Browse files
committed
Minor
1 parent 8ca66b6 commit 3c6269e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PatchAssemblers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ end
108108

109109
# LocalOperators
110110

111-
struct DistributedLocalOperator
112-
ops :: AbstractArray{<:LocalOperator}
111+
struct DistributedLocalOperator{A}
112+
ops :: A
113113
model :: DistributedDiscreteModel
114114
end
115115

0 commit comments

Comments
 (0)