Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Sep 7, 2023
1 parent c917a40 commit 9b889b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions experimental/GModule/Cohomology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,6 @@ Currently only the group is returned
"""
function H_three(C::GModule{<:Oscar.GAPGroup, <:Any})
(inj, mq), (H, q) = dimension_shift(C)
>>>>>>> ade00afad7 (re-arrange dim shift)

# return q, mq, inj, H
#possibly, to get 3-chains:
Expand All @@ -1618,11 +1617,7 @@ end
function is_right_G_module(C::GModule)
#tests if the action is right-linear
G = C.G
<<<<<<< HEAD
return all(action(C, g)*action(C, h) == action(C, g*h) for g in gens(G), h in gens(G))
=======
return all(action(C, g)*action(C, h) == action(C, g*h) for g = gens(G) for h = gens(G))
>>>>>>> ade00afad7 (re-arrange dim shift)
end

function is_left_G_module(C::GModule)
Expand Down

0 comments on commit 9b889b4

Please sign in to comment.