Changeset bd3bac in git


Ignore:
Timestamp:
Feb 2, 2015, 6:18:36 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
dccb858562947aa99e1895811e96f0f257a02b0a
Parents:
022882ca2128eafdd86cb79ec130ec6593193f07
Message:
fix: Tst/New/ringlocal.tst (cancelunit stuff)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r022882 rbd3bac  
    339339#endif
    340340
    341 #ifdef HAVE_RINGS
     341#ifdef HAVE_RINGS  // needs cleanup
    342342  // Leading coef have to be a unit
    343   if ( !(n_IsUnit(pGetCoeff(p), r->cf)) ) return;
     343  //if ( !(n_IsUnit(pGetCoeff(p), r->cf)) ) return;
    344344#endif
    345345
     
    65466546  if (!pIsVector((*p).p) && ((*p).ecart != 0))
    65476547  {
    6548 #ifdef HAVE_RINGS
     6548#ifdef HAVE_RINGS // needs cleanup
    65496549    // Leading coef have to be a unit
    65506550    if ( !(n_IsUnit(pGetCoeff((*p).p), currRing->cf)) ) return;
Note: See TracChangeset for help on using the changeset viewer.