Changeset 7fe9e13 in git for libpolys/polys/clapsing.cc


Ignore:
Timestamp:
Jan 7, 2014, 10:49:14 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
458fe5223a24efe5daf71219814103af29a22a4a
Parents:
9dba83b67ef6188c31760d27748664d42a28b6db
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 10:49:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-07 11:06:05+01:00
Message:
Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r9dba83b r7fe9e13  
    525525    return TRUE;
    526526  }
    527 #ifndef NDEBUG
     527#ifndef SING_NDEBUG
    528528  // checking the result of extgcd:
    529529  poly dummy;
     
    959959      else if (r->cf->extRing!=NULL)     /* Q(a), Fp(a) */
    960960      {
    961 #ifndef NDEBUG
     961#ifndef SING_NDEBUG
    962962        intvec *w=NULL;
    963963        if (v!=NULL) w=*v;
     
    965965        if (r->cf->extRing->qideal==NULL)
    966966        {
    967 #ifdef NDEBUG
     967#ifdef SING_NDEBUG
    968968          res->m[j]= convFactoryPSingTrP( J.getItem().factor(),r );
    969969#else
     
    978978        else
    979979        {
    980 #ifdef NDEBUG
     980#ifdef SING_NDEBUG
    981981          res->m[j]= convFactoryAPSingAP( J.getItem().factor(),r );
    982982#else
     
    991991      }
    992992    }
    993 #ifndef NDEBUG
     993#ifndef SING_NDEBUG
    994994    if ((r->cf->extRing!=NULL) && (!p_IsConstantPoly(ff,r)))
    995995    {
Note: See TracChangeset for help on using the changeset viewer.