Skip to content

Commit 4fb3a73

Browse files
committed
fix: spielwiese patch
1 parent 2862738 commit 4fb3a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kutil.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3622,7 +3622,7 @@ void enterpairsSpecial (poly h,int k,int ecart,int pos,kStrategy strat, int atR
36223622
const int iCompH = pGetComp(h);
36233623

36243624
#ifdef HAVE_RINGS
3625-
if (rField_is_Ring())
3625+
if (rField_is_Ring(currRing))
36263626
{
36273627
for (j=0; j<=k; j++)
36283628
{

0 commit comments

Comments
 (0)