Changeset 71e0a9 in git


Ignore:
Timestamp:
Jan 30, 2015, 6:43:16 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
abf7a566d48e0732b9f8804b5741a25a8e6cea89d6adbbd9215167e0e346605ee97f2d43fbe1a358
Parents:
10e299defc5ae0c54c970239c42f261ddbfaa5d4
Message:
removed HAVE_RINGS_LOC: is part of HAVE_RINGS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dox/Doxyfile.in

    r10e299 r71e0a9  
    20272027HAVE_RATGRING \
    20282028HAVE_RING2TOM \
    2029 HAVE_RINGS_LOC \
    20302029HAVE_SBRK \
    20312030HAVE_SDB \
  • kernel/GBEngine/kstd1.cc

    r10e299 r71e0a9  
    13481348    strat->red2 = redHomog;
    13491349  }
    1350 #if defined(HAVE_RINGS) || defined(HAVE_RINGS_LOC)  //TODO Oliver
     1350#if defined(HAVE_RINGS)
    13511351  if (rField_is_Ring(currRing))
    13521352  {
     
    16881688      // clear strat->P
    16891689      if (strat->P.lcm!=NULL)
    1690 #if defined(HAVE_RINGS) || defined(HAVE_RINGS_LOC)
     1690#if defined(HAVE_RINGS)
    16911691        pLmDelete(strat->P.lcm);
    16921692#else
  • kernel/GBEngine/kutil.cc

    r10e299 r71e0a9  
    339339#endif
    340340
    341 #ifdef HAVE_RINGS_LOC
     341#ifdef HAVE_RINGS
    342342  // Leading coef have to be a unit
    343343  if ( !(nIsUnit(p_GetCoeff(p, r))) ) return;
     
    65426542  if (!pIsVector((*p).p) && ((*p).ecart != 0))
    65436543  {
    6544 #ifdef HAVE_RINGS_LOC
     6544#ifdef HAVE_RINGS
    65456545    // Leading coef have to be a unit
    65466546    if ( !(nIsUnit(p_GetCoeff((*p).p, r))) ) return;
     
    65576557        (*p).ecart = 0;
    65586558        (*p).length = 1;
    6559 #ifdef HAVE_RINGS_LOC
    6560         (*p).pLength = 1;  // Why wasn't this set already?
    6561 #endif
     6559        (*p).pLength = 1;
    65626560        (*suc)=0;
    65636561        return;
Note: See TracChangeset for help on using the changeset viewer.