diff --git a/src/model/expression_manipulation.jl b/src/model/expression_manipulation.jl index 1a2c75eb9b..39e6c50d3e 100644 --- a/src/model/expression_manipulation.jl +++ b/src/model/expression_manipulation.jl @@ -45,7 +45,7 @@ end ###### ###### ###### ###### ###### ###### @doc raw""" - fill_with_zeros!(arr::Array{GenericAffExpr{C,T}, dims}) where {C,T,dims} + fill_with_zeros!(arr::AbstractArray{GenericAffExpr{C,T}, dims}) where {C,T,dims} Fill an array of expressions with zeros in-place. """