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

    r9dba83b r7fe9e13  
    13151315ideal gnc_gr_mora(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
    13161316{
    1317 #ifndef NDEBUG
     1317#ifndef SING_NDEBUG
    13181318  // Not yet!
    13191319  WarnS("Sorry, non-commutative mora is not yet implemented!");
Note: See TracChangeset for help on using the changeset viewer.