Skip to content

Commit

Permalink
Update performance_tips.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 30, 2025
1 parent a9ca569 commit 2a23e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/tutorials/getting_started/performance_tips.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ expr

expr = zero(AffExpr)
for i in 1:3
global expr #hide
expr = add_to_expression!(expr, x[i])
end
expr
Expand Down

0 comments on commit 2a23e0a

Please sign in to comment.