Changeset 416ea2 in git for kernel/f5gb.h
- Timestamp:
- Feb 16, 2009, 3:23:42 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d59666cfeced5db8d8654b6ae282bedc5855d28f
- Parents:
- 61d32c91fe3976149b9b30938476f2c3c1257eee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r61d32c r416ea2 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.2 5 2009-02-12 12:43:31ederc Exp $ */4 /* $Id: f5gb.h,v 1.26 2009-02-16 14:23:42 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 79 79 ======================================================================== 80 80 */ 81 LList*reduction(LList* sPolyList, LList* completed, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag,81 void reduction(LList* sPolyList, LList* completed, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, 82 82 ideal gbPrev); 83 83 … … 88 88 ===================================================================================== 89 89 */ 90 TopRed*topReduction(LNode* l, LList* completed, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag);90 void topReduction(LNode* l, LList* completed, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag); 91 91 92 92 /* … … 96 96 */ 97 97 LNode* findReductor(LNode* l,LList* completed,LList* gPrev, RList* rules, LTagList* lTag,RTagList* rTag, 98 LNode* gPrevRedCheck , LNode* completedRedCheck);98 LNode* gPrevRedCheck); 99 99 100 100 /*
Note: See TracChangeset
for help on using the changeset viewer.