Skip to content

Commit

Permalink
minor changes from last referee report
Browse files Browse the repository at this point in the history
  • Loading branch information
galettof committed Oct 29, 2022
1 parent 6c5193c commit 45bfc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BettiCharacters.m2
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ multiplyCharacters = (c1,c2) -> (
-- tensor product of characters
-- modeled after directSum, but only works for two characters
Character ** Character := Character => tensor
tensor(Character,Character) := Character => (c1,c2) -> (
tensor(Character,Character) := Character => {} >> opts -> (c1,c2) -> (
-- check ring is the same for all factors
R := c1.ring;
if (c2.ring =!= R)
Expand Down Expand Up @@ -2082,7 +2082,7 @@ Node
A = action(Q,S3)
character(A,0,3) === regRep
Caveat
This constructor implements basic consistency checks but
This constructor implements basic consistency checks, but
it is still be possible to construct objects that are not
actually characters (not even virtual).
SeeAlso
Expand Down

0 comments on commit 45bfc7d

Please sign in to comment.