Changeset ce3dda in git
- Timestamp:
- Jan 31, 2006, 4:08:10 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- dbe2b00ab1250ae1981635a4ed7288cad642bb8c
- Parents:
- 66b5b8c82efc6d9d9508f5ee9f49a7644f2635fe
- Location:
- IntegerProgramming
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/Makefile.in
r66b5b8 rce3dda 28 28 ## compiler and linker options 29 29 ## 30 CPPFLAGS = -I 30 CPPFLAGS = -I. @CPPFLAGS@ 31 31 CXXFLAGS = @CXXFLAGS@ 32 32 LDFLAGS = -L${libdir} @LDFLAGS@ -lgmp -
IntegerProgramming/binomial.cc
r66b5b8 rce3dda 1434 1434 1435 1435 #endif // SUPPORT_DRIVEN_METHODS 1436 return TRUE; 1436 1437 1437 1438 } … … 1519 1520 1520 1521 #endif // SUPPORT_DRIVEN_METHODS 1521 1522 return TRUE; 1522 1523 } 1523 1524 -
IntegerProgramming/list.cc
r66b5b8 rce3dda 1138 1138 { 1139 1139 actual->done=TRUE; 1140 return *this; 1140 1141 } 1141 1142 -
IntegerProgramming/si_gmp.h
r66b5b8 rce3dda 1 /* $Id: si_gmp.h,v 1. 1 2004-01-29 15:07:13Singular Exp $ */1 /* $Id: si_gmp.h,v 1.2 2006-01-31 15:08:10 Singular Exp $ */ 2 2 3 3 #ifndef INCL_CF_GMP_H 4 4 #define INCL_CF_GMP_H 5 5 6 #ifdef __cplusplus7 extern "C" {8 #undef __cplusplus9 6 #include <gmp.h> 10 #define __cplusplus 111 }12 #else13 #include <gmp.h>14 #endif15 7 16 8 #endif /* ! INCL_CF_GMP_H */
Note: See TracChangeset
for help on using the changeset viewer.