Changeset 0ffc823 in git for kernel/gr_kstd2.cc
- Timestamp:
- Feb 27, 2009, 8:30:47 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8066e80d7cea5de772f7b10b2b1930521cb72523
- Parents:
- f58aa61ada5934435d94d1d486fb70912543c11a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
rf58aa6 r0ffc823 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.3 5 2009-02-27 16:56:51levandov Exp $ */4 /* $Id: gr_kstd2.cc,v 1.36 2009-02-27 19:30:47 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 1190 1190 /* enter P.p into s and L */ 1191 1191 { 1192 /* quick unit detection in the rational case */ 1193 #ifdef HAVE_RATGRING 1194 if( rIsRatGRing(currRing) ) 1195 { 1196 if ( p_LmIsConstantRat(strat->P.p, currRing) ) 1197 { 1198 #ifdef PDEBUG 1199 Print("unit element detected:"); 1200 p_wrp(strat->P.p,currRing); 1201 #endif 1202 p_Delete(&strat->P.p,currRing, strat->tailRing); 1203 strat->P.p = pOne(); 1204 } 1205 } 1206 #endif 1192 1207 strat->P.sev=0; 1193 1208 int pos=posInS(strat,strat->sl,strat->P.p, strat->P.ecart);
Note: See TracChangeset
for help on using the changeset viewer.