Changeset dbcf787 in git
- Timestamp:
- Aug 25, 2011, 6:56:39 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- 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
- Location:
- libpolys/polys/ext_fields
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/algext.cc
r50b874 rdbcf787 50 50 BOOLEAN naDBTest(number a, const char *f, const int l, const coeffs r); 51 51 #else 52 #define naTest(a) 52 #define naTest(a) (TRUE) 53 53 #endif 54 54 … … 667 667 cf->cfImPart = naImPart; 668 668 cf->cfCoeffWrite = naCoeffWrite; 669 #ifdef LDEBUG 669 670 cf->cfDBTest = naDBTest; 671 #endif 670 672 cf->cfGcd = naGcd; 671 673 cf->cfLcm = naLcm; -
libpolys/polys/ext_fields/transext.cc
r50b874 rdbcf787 76 76 BOOLEAN ntDBTest(number a, const char *f, const int l, const coeffs r); 77 77 #else 78 #define ntTest(a) 78 #define ntTest(a) (TRUE) 79 79 #endif 80 80 … … 1110 1110 cf->cfImPart = ntImPart; 1111 1111 cf->cfCoeffWrite = ntCoeffWrite; 1112 #ifdef LDEBUG 1112 1113 cf->cfDBTest = ntDBTest; 1114 #endif 1113 1115 cf->cfGcd = ntGcd; 1114 1116 cf->cfLcm = ntLcm;
Note: See TracChangeset
for help on using the changeset viewer.