Changeset e1215e in git
- Timestamp:
- Aug 3, 2011, 3:13:31 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
ra2cca6 re1215e 1990 1990 1991 1991 if(w!=NULL) 1992 p SetModDeg(w);1992 p_SetModDeg(w, currRing); 1993 1993 1994 1994 for (i=length-1;i>=0;i--) … … 2007 2007 //pWrite(q); wrp(p); Print(" -> %d - %d\n",d,pFDeg(p,currRing)); 2008 2008 if(w!=NULL) 2009 p SetModDeg(NULL);2009 p_SetModDeg(NULL, currRing); 2010 2010 return FALSE; 2011 2011 } … … 2015 2015 2016 2016 if(w!=NULL) 2017 p SetModDeg(NULL);2017 p_SetModDeg(NULL, currRing); 2018 2018 2019 2019 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.