Changeset a07db8 in git for kernel


Ignore:
Timestamp:
Oct 16, 2015, 2:16:50 PM (9 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.