Changeset a07db8 in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Oct 16, 2015, 2:16:50 PM (9 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
fb87b82acc40e58c5a0a8264fc5aded71807cc92
Parents:
2d265b2596f3ebb9c7b09c216ebe2faa2638f2d5
Message:
fixed Short/equi.._s.tst
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r2d265b ra07db8  
    375375          pSetCoeff(L->p,eins);
    376376          if (L->t_p != NULL)
    377             pSetCoeff(L->t_p,eins);
     377            pSetCoeff0(L->t_p,eins);
    378378        }
    379379        else
     
    81218121  #if 1
    81228122  #ifdef HAVE_RINGS
    8123   if(rField_is_Ring(currRing) && !n_IsUnit(p.p->coef, currRing->cf))
     8123  if(rField_is_Ring(currRing) && rHasLocalOrMixedOrdering(currRing) && !n_IsUnit(p.p->coef, currRing->cf))
    81248124  {
    81258125    #if ADIDEBUG
Note: See TracChangeset for help on using the changeset viewer.