Changeset 18ef40 in git for kernel


Ignore:
Timestamp:
Dec 8, 2008, 11:00:44 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6b84331e2b20793ec5e9a095f67e337bc2a04e8b
Parents:
8d14d6727730a17792390dffc7ccbaa20400a1d9
Message:
mea culpa


git-svn-id: file:///usr/local/Singular/svn/trunk@11217 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    r8d14d67 r18ef40  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.41 2008-12-04 14:13:37 wienand Exp $ */
     4/* $Id: kstd1.cc,v 1.42 2008-12-08 10:00:44 wienand Exp $ */
    55/*
    66* ABSTRACT:
     
    951951  }
    952952  #endif
    953   return;
    954953  if ((!strat->kHEdgeFound) || (strat->kNoether!=NULL)) HEckeTest(p.p,strat);
    955954  if (strat->kHEdgeFound)
     
    12261225    {
    12271226      /*- deletes the short spoly and computes -*/
    1228 #ifdef HAVE_RINGS
     1227#ifdef HAVE_RINGS_LOC
    12291228      if (rField_is_Ring(currRing))
    12301229        pLmDelete(strat->P.p);
     
    12861285      enterT(strat->P,strat);
    12871286      // build new pairs
    1288 #ifdef HAVE_RINGS
     1287#ifdef HAVE_RINGS_LOC
    12891288      if (rField_is_Ring(currRing))
    12901289        superenterpairs(strat->P.p,strat->sl,strat->P.ecart,0,strat, strat->tl);
     
    13021301      // clear strat->P
    13031302      if (strat->P.lcm!=NULL)
    1304 #ifdef HAVE_RINGS
     1303#ifdef HAVE_RINGS_LOC
    13051304        pLmDelete(strat->P.lcm);
    13061305#else
  • kernel/kutil.cc

    r8d14d67 r18ef40  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.113 2008-12-04 14:13:37 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.114 2008-12-08 10:00:44 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    315315  poly p = L->GetLmTailRing();
    316316
    317 #ifdef HAVE_RINGS
     317#ifdef HAVE_RINGS_LOC
    318318  // Leading coef have to be a unit
    319319  if ( !(nIsUnit(p_GetCoeff(p, r))) ) return;
     
    50915091  if (!pIsVector((*p).p) && ((*p).ecart != 0))
    50925092  {
    5093 #ifdef HAVE_RINGS
     5093#ifdef HAVE_RINGS_LOC
    50945094    // Leading coef have to be a unit
    50955095    if ( !(nIsUnit(p_GetCoeff((*p).p, r))) ) return;
     
    51065106        (*p).ecart = 0;
    51075107        (*p).length = 1;
    5108 #ifdef HAVE_RINGS
     5108#ifdef HAVE_RINGS_LOC
    51095109        (*p).pLength = 1;  // Why wasn't this set already?
    51105110#endif
Note: See TracChangeset for help on using the changeset viewer.