Changeset 59c445 in git for kernel/kutil.cc
- Timestamp:
- Feb 21, 2009, 12:04:19 PM (15 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- f97db2be94fba1aba7ea14b6b8ce78043426e442
- Parents:
- 226c28e74fc7416fdf84db51d095bcf96d3beb4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r226c28 r59c445 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.11 7 2009-02-10 18:53:04Singular Exp $ */4 /* $Id: kutil.cc,v 1.118 2009-02-21 11:04:19 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 1355 1355 posx = strat->posInL(strat->L,strat->Ll,&h,strat); 1356 1356 h.sev = pGetShortExpVector(h.p); 1357 h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing); 1357 if (currRing!=strat->tailRing) 1358 h.t_p = k_LmInit_currRing_2_tailRing(h.p, strat->tailRing); 1358 1359 enterL(&strat->L,&strat->Ll,&strat->Lmax,h,posx); 1359 1360 return TRUE; … … 6092 6093 { 6093 6094 assume(strat->S_2_R[atS] >= -1 && strat->S_2_R[atS] <= strat->tl); 6094 assume(strat->tailRing != currRing);6095 //assume(strat->tailRing != currRing); 6095 6096 6096 6097 poly p1_max = (strat->R[atR])->max;
Note: See TracChangeset
for help on using the changeset viewer.