Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 14, 2024
1 parent 45cf35a commit c849f32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/diracs_augmented.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ function coeffs!(
MA.operate!(
UnsafeAddMul(*),
res,
v,
SparseCoefficients((target[Augmented(x)],), (1,)),
SparseCoefficients((target[Augmented(x)],), (v,)),
)
end
MA.operate!(canonical, res)
Expand Down

0 comments on commit c849f32

Please sign in to comment.