Skip to content

Commit d2684e6

Browse files
Allow Array unknowns in OptimizationSystem
1 parent c638714 commit d2684e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimization/optimizationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct OptimizationSystem <: AbstractOptimizationSystem
2626
"""Objective function of the system."""
2727
op::Any
2828
"""Unknown variables."""
29-
unknowns::Vector
29+
unknowns::Array
3030
"""Parameters."""
3131
ps::Vector
3232
"""Array variables."""

0 commit comments

Comments
 (0)