Changeset 1a4313 in git for kernel/ideals.cc


Ignore:
Timestamp:
Dec 2, 2009, 4:05:51 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
637bb9649b0e9a2795c9fe6873cf5fe6c695d0ed
Parents:
dcf8b4bb59613c4883df3373fb88fa1c75e2f5b6
Message:
use NDEBUG instead of __OPTIMIZE__

git-svn-id: file:///usr/local/Singular/svn/trunk@12357 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rdcf8b4b r1a4313  
    7070}
    7171
    72 #ifndef __OPTIMIZE__
     72#ifndef NDEBUG
    7373// this is only for outputting an ideal within the debugger
    7474void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint)
Note: See TracChangeset for help on using the changeset viewer.