Changeset 40cb86 in git
- Timestamp:
- Oct 7, 2008, 9:57:10 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 308a0757edf86cbca3ae246494ed4e685ee172cb
- Parents:
- b3ea61fa4f7f34c5422d4cc9cd380f3eceb8997c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
rb3ea61f r40cb86 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.1 09 2008-09-26 08:09:09 SingularExp $ */4 /* $Id: kutil.cc,v 1.110 2008-10-07 07:57:10 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 2903 2903 { 2904 2904 new_pair=TRUE; 2905 Print("TODO Oliver --- j:%d, Ll:%d\n",j,strat->Ll);2905 Print("TODO Oliver 1 --- j:%d, Ll:%d\n",j,strat->Ll); 2906 2906 enterOnePairRing(j,h,ecart,isFromQ,strat, atR); 2907 2907 } … … 2925 2925 { 2926 2926 new_pair=TRUE; 2927 Print("TODO Oliver --- j:%d, Ll:%d\n",j,strat->Ll);2927 Print("TODO Oliver 2 --- j:%d, Ll:%d\n",j,strat->Ll); 2928 2928 enterOnePairRing(j,h,ecart,isFromQ,strat, atR); 2929 2929 } … … 3017 3017 pSetExp(tmp, i, p_GetExp(p, i, strat->tailRing)); 3018 3018 } 3019 if (rRing_has_Comp(currRing)) 3020 p_SetComp(tmp, p_GetComp(p, strat->tailRing), currRing); 3019 3021 p_Setm(tmp, currRing); 3020 3022 p = p_LmFreeAndNext(p, strat->tailRing); … … 3041 3043 posx = strat->posInL(strat->L,strat->Ll,&h,strat); 3042 3044 h.sev = pGetShortExpVector(h.p); 3043 h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing); 3045 if (strat->tailRing != currRing) 3046 h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing); 3044 3047 if (pNext(p) != NULL) 3045 3048 {
Note: See TracChangeset
for help on using the changeset viewer.