Ignore:
Timestamp:
Aug 25, 2011, 6:56:39 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a40080cae8b3860098d611dfa15761e633e8fd1b
Parents:
50b874afcba55b265e25d44bbebf37f1a74402a6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:56:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:29+01:00
Message:
FIX: another bug: DBTest/cfDBTest is available only if LDEBUG is defined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r50b874 rdbcf787  
    7676BOOLEAN  ntDBTest(number a, const char *f, const int l, const coeffs r);
    7777#else
    78 #define ntTest(a)
     78#define ntTest(a) (TRUE)
    7979#endif
    8080
     
    11101110  cf->cfImPart       = ntImPart;
    11111111  cf->cfCoeffWrite   = ntCoeffWrite;
     1112#ifdef LDEBUG
    11121113  cf->cfDBTest       = ntDBTest;
     1114#endif
    11131115  cf->cfGcd          = ntGcd;
    11141116  cf->cfLcm          = ntLcm;
Note: See TracChangeset for help on using the changeset viewer.