Skip to content

Commit cff44e3

Browse files
Update variables.jl
1 parent 6d2f490 commit cff44e3

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
@@ -20,7 +20,7 @@ Variable(name,
2020
dependents::Vector{Variable} = Variable[],
2121
flow::Bool = false,
2222
description::String = "",
23-
domain = nothing,
23+
domain = Reals(),
2424
size = nothing,
2525
context = nothing) =
2626
Variable(name,value,value_type,subtype,nothing,

0 commit comments

Comments
 (0)