Changeset 7fe9e13 in git for Singular/ipassign.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
  • Singular/ipassign.cc

    r9dba83b r7fe9e13  
    188188  if( !nCoeff_is_transExt(currRing->cf) && (currRing->idroot == NULL) && n_IsZero((number)a->Data(), currRing->cf) )
    189189  {
    190 #ifndef NDEBUG
     190#ifndef SING_NDEBUG
    191191    WarnS("Set minpoly over non-transcendental ground field to 0?!");
    192192    Warn("in >>%s<<",my_yylinebuf);
     
    199199  {
    200200//    return TRUE;
    201 #ifndef NDEBUG
     201#ifndef SING_NDEBUG
    202202    WarnS("Trying to set minpoly over non-transcendental ground field...");
    203203#endif
     
    207207  {
    208208//    return TRUE;
    209 #ifndef NDEBUG
     209#ifndef SING_NDEBUG
    210210    idhdl p = currRing->idroot;
    211211
     
    231231    if( nCoeff_is_transExt(currRing->cf) )
    232232    {
    233 #ifndef NDEBUG
     233#ifndef SING_NDEBUG
    234234      WarnS("minpoly is already 0...");
    235235#endif
     
    245245  while(currRing->idroot!=NULL)
    246246  {
    247 #ifndef NDEBUG
     247#ifndef SING_NDEBUG
    248248    Warn("killing a local object due to minpoly change: %s", IDID(currRing->idroot));
    249249#endif
Note: See TracChangeset for help on using the changeset viewer.