Skip to content

Commit 419b091

Browse files
Update src/systems/abstractsystem.jl
1 parent ba9688e commit 419b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ function add_initialization_parameters(sys::AbstractSystem)
737737
else
738738
defs[ivar] = collect(ivar)
739739
for scal_ivar in defs[ivar]
740-
defs[scal_ivar] = zero(Float16)
740+
defs[scal_ivar] = false
741741
end
742742
end
743743
end

0 commit comments

Comments
 (0)