Changeset 586b38 in git
- Timestamp:
- Jul 3, 2009, 10:08:11 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5979b542e9658997d164f4519435ab191192b4c7
- Parents:
- d47d1f9a7d1ac2d3e103063187d2ec358274680b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mod2.h.in
rd47d1f9 r586b38 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.14 3 2009-06-10 07:44:37Singular Exp $8 * Version: $Id: mod2.h.in,v 1.144 2009-07-03 08:08:11 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 196 196 /* procedures to compute groebner bases with the f5 implementation */ 197 197 /* still testing */ 198 #undef HAVE_F5 198 #undef HAVE_F5 1 199 200 /* procedures to compute groebner bases with the f5c implementation */ 201 /* still testing */ 202 #undef HAVE_F5C 1 199 203 200 204 /* letterplace gb:*/ -
kernel/mod2.h.in
rd47d1f9 r586b38 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.3 6 2009-07-02 13:47:24 edercExp $8 * Version: $Id: mod2.h.in,v 1.37 2009-07-03 08:07:52 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 196 196 /* procedures to compute groebner bases with the f5 implementation */ 197 197 /* still testing */ 198 # defineHAVE_F5 1198 #undef HAVE_F5 1 199 199 200 200 /* procedures to compute groebner bases with the f5c implementation */ 201 201 /* still testing */ 202 # defineHAVE_F5C 1202 #undef HAVE_F5C 1 203 203 204 204 /* letterplace gb:*/
Note: See TracChangeset
for help on using the changeset viewer.