Skip to content

Commit

Permalink
Added further comment in CellularCharacters
Browse files Browse the repository at this point in the history
  • Loading branch information
ulthiel committed Aug 16, 2023
1 parent a68d1fb commit 0cb82a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Cherednik/CellularCharacters.i.m
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ intrinsic CalogeroMoserCellularCharacters(W::GrpMat, c::Map, fam::SetIndx : vreg
print "Specializing Gaudin operators";
gaudinsspec := [* Evaluate(D, point) : D in gaudins *];

print "Computing characteristic polynomials";
print "Computing specialized characteristic polynomials";
speccharpols := [];
count := 0;
for D in gaudinsspec do
Expand All @@ -421,7 +421,7 @@ intrinsic CalogeroMoserCellularCharacters(W::GrpMat, c::Map, fam::SetIndx : vreg
//print "Computing semisimple parts";
//speccharpolsss := [ SemisimplePart(f) : f in speccharpols ];

print "Factorizing characteristic polynomials";
print "Factorizing specialized characteristic polynomials";
//factorizations := [ Factorization(f) : f in speccharpolsss];
factorizations := [ Factorization(f) : f in speccharpols];

Expand Down

0 comments on commit 0cb82a8

Please sign in to comment.