Skip to content

Commit

Permalink
Update src/model/expression_manipulation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo authored Feb 1, 2024
1 parent 6bb361e commit d4b234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/expression_manipulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit d4b234b

Please sign in to comment.