Ignore:
Timestamp:
Jan 7, 2014, 10:49:14 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
  • dyn_modules/callgfanlib/gitfan.h

    r9dba83b r7fe9e13  
    3737      const gfan::ZVector v1 = f.interiorPoint;
    3838      const gfan::ZVector v2 = g.interiorPoint;
    39 #ifndef NDEBUG
     39#ifndef SING_NDEBUG
    4040      assume(v1.size() == v2.size());
    4141#endif
Note: See TracChangeset for help on using the changeset viewer.