Skip to content

Commit

Permalink
fix: spielwiese patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Aug 20, 2012
1 parent 2862738 commit 4fb3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kutil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3622,7 +3622,7 @@ void enterpairsSpecial (poly h,int k,int ecart,int pos,kStrategy strat, int atR
const int iCompH = pGetComp(h);

#ifdef HAVE_RINGS
if (rField_is_Ring())
if (rField_is_Ring(currRing))
{
for (j=0; j<=k; j++)
{
Expand Down

0 comments on commit 4fb3a73

Please sign in to comment.