Changeset e1215e in git


Ignore:
Timestamp:
Aug 3, 2011, 3:13:31 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
c6c3f1bc0013a4c40dd5e417195612906dc7db9f
Parents:
a2cca6db4133a6ed0ac5e4a090d562ab1b927021
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 15:13:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:14+01:00
Message:
FIX: pSetModDeg in ideals.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    ra2cca6 re1215e  
    19901990
    19911991  if(w!=NULL)
    1992     pSetModDeg(w);
     1992    p_SetModDeg(w, currRing);
    19931993
    19941994  for (i=length-1;i>=0;i--)
     
    20072007          //pWrite(q); wrp(p); Print(" -> %d - %d\n",d,pFDeg(p,currRing));
    20082008          if(w!=NULL)
    2009             pSetModDeg(NULL);
     2009            p_SetModDeg(NULL, currRing);
    20102010          return FALSE;
    20112011        }
     
    20152015
    20162016  if(w!=NULL)
    2017     pSetModDeg(NULL);
     2017    p_SetModDeg(NULL, currRing);
    20182018
    20192019  return TRUE;
Note: See TracChangeset for help on using the changeset viewer.