Skip to content

Commit

Permalink
Update ext/TrixiConvexECOSExt.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
DanielDoehring and JoshuaLampert authored Dec 19, 2024
1 parent 1044bac commit dc76fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TrixiConvexECOSExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function stability_polynomials!(pnoms, consistency_order,
# Contribution from free coefficients
for k in (consistency_order + 1):num_stage_evals
pnoms += gamma[k - consistency_order] *
view(normalized_powered_eigvals_scaled[:, k])
view(normalized_powered_eigvals_scaled, :, k)
end

# For optimization only the maximum is relevant
Expand Down

0 comments on commit dc76fa7

Please sign in to comment.