Skip to content

Commit

Permalink
s -> o in PrimaryIdealOfGrAnnOfPowerAtTheOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Sep 19, 2017
1 parent e659565 commit d9b1605
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gap/D-Modules.gi
Original file line number Diff line number Diff line change
Expand Up @@ -468,20 +468,20 @@ InstallMethod( PrimaryIdealOfGrAnnOfPowerAtTheOrigin,
"for a homalg divisor",
[ IsInt, IsDivisorRep ],

function( s, D )
local anns, granns, R, m, pr;
function( o, D )
local anno, granno, R, m, pr;

anns := AnnihilatorOfPower( s, D );
anno := AnnihilatorOfPower( o, D );

granns := AssociatedOrderGradedModule( anns );
granno := AssociatedOrderGradedModule( anno );

R := HomalgRing( granns );
R := HomalgRing( granno );

m := Indeterminates( BaseRing( R ) );
m := LeftSubmodule( m );
m := R * m;

pr := PrimaryDecomposition( granns );
pr := PrimaryDecomposition( granno );

pr := First( pr, a -> a[2] = m );

Expand Down

0 comments on commit d9b1605

Please sign in to comment.