Changeset 625767 in git for kernel/tgb_internal.h
- Timestamp:
- May 16, 2006, 10:38:39 AM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- b8b01af0e7839f5203fa9378d74dad8732160032
- Parents:
- 45c9af467659b9010e2fc67a7cb8da665abaf595
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
r45c9af4 r625767 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb_internal.h,v 1.3 7 2006-05-07 06:18:00bricken Exp $ */7 /* $Id: tgb_internal.h,v 1.38 2006-05-16 08:38:39 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: tgb internal .h file … … 94 94 { 95 95 public: 96 slimgb_alg(ideal I, BOOLEAN F4);96 slimgb_alg(ideal I, int syz_comp,BOOLEAN F4); 97 97 virtual ~slimgb_alg(); 98 98 #ifndef HAVE_BOOST … … 135 135 int n; 136 136 //! array_lengths should be greater equal n; 137 int syz_comp; 137 138 int array_lengths; 138 139 int normal_forms;
Note: See TracChangeset
for help on using the changeset viewer.