Changeset 5cc43c5 in git
- Timestamp:
- May 26, 2015, 4:56:29 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 29fde99886b3ba709327f47e123a1469a19c872d
- Parents:
- 084714f46b3d9baa79ddf753497096e6409270a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd2.cc
r084714 r5cc43c5 1571 1571 if (strat->s_poly!=NULL) 1572 1572 { 1573 strat->s_poly(strat); 1573 if (strat->s_poly(strat)) 1574 { 1575 // we are called AFTER enterS, i.e. if we change P 1576 // we have it also to S/T 1577 // and add pairs 1578 int pos==posInS(strat,strat->sl,strat->P.p,strat->P.ecart); 1579 enterT(strat->P, strat); 1580 #ifdef HAVE_RINGS 1581 if (rField_is_Ring(currRing)) 1582 superenterpairs(strat->P.p,strat->sl,strat->P.ecart,pos,strat, strat->tl); 1583 else 1584 #endif 1585 enterpairs(strat->P.p,strat->sl,strat->P.ecart,pos,strat, strat->tl); 1586 strat->enterS(strat->P, pos, strat, strat->tl); 1587 } 1574 1588 } 1575 1589
Note: See TracChangeset
for help on using the changeset viewer.