Changeset 2fd387d in git for kernel/tgb_internal.h
- Timestamp:
- Mar 4, 2006, 8:29:28 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 913156d747fcaac01f96b003a126a9c5f91ef4cf
- Parents:
- 1c6ea1e6d6079cd16919e10e8f27dbef6939680e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
r1c6ea1 r2fd387d 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb_internal.h,v 1.3 4 2006-03-04 06:57:06bricken Exp $ */7 /* $Id: tgb_internal.h,v 1.35 2006-03-04 19:29:28 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: tgb internal .h file … … 18 18 #include "polys.h" 19 19 #include "stdlib.h" 20 #define HAVE_BOOST 120 //#define HAVE_BOOST 1 21 21 #ifdef HAVE_BOOST 22 22 #include "boost/dynamic_bitset.hpp" … … 295 295 296 296 297 297 static wlen_type pair_weighted_length(int i, int j, slimgb_alg* c); 298 298 wlen_type pELength(poly p, ring r); 299 299
Note: See TracChangeset
for help on using the changeset viewer.