Skip to content

Commit

Permalink
Fix one forgotten proj from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru committed Feb 25, 2024
1 parent 8b7dc97 commit d52731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/SymmetricIntersections/src/representations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ function quotient_representation(rep::LinRep{S, T, U}, M::W) where {S, T, U, W <
mr = matrix_representation(rep)
coll = eltype(mr)[]
for m in mr
mm = solve(proj, m*projection; side=:right)
mm = solve(proj, m*proj; side=:right)
push!(coll, mm)
end
repQ = _linear_representation(representation_ring(rep), coll)
Expand Down

0 comments on commit d52731f

Please sign in to comment.