Skip to content

Commit 218f07a

Browse files
restrict the domain field
1 parent 57d65c4 commit 218f07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct Variable <: Expression
88
dependents::Vector{Variable}
99
description::String
1010
flow::Bool
11-
domain
11+
domain::AbstractDomain
1212
size
1313
context
1414
end

0 commit comments

Comments
 (0)