Changeset d7d5f6 in git for kernel/f5gb.h
- Timestamp:
- Feb 12, 2009, 1:43:31 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 2ab41e8a61345906b383b4dc90fd21e5578fc28b
- Parents:
- 34fcf813ea36a30ddd0d8107abf9a73b247be289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r34fcf8 rd7d5f6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.2 4 2009-02-11 21:24:07ederc Exp $ */4 /* $Id: f5gb.h,v 1.25 2009-02-12 12:43:31 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 LList* 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 TopRed* topReduction(LNode* l, LList* completed, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag); 91 91 92 92 /* … … 95 95 ===================================================================== 96 96 */ 97 LNode* findReductor(LNode* l,LList* &completed,LList* &gPrev, RList* &rules, LTagList* &lTag,RTagList* &rTag,97 LNode* findReductor(LNode* l,LList* completed,LList* gPrev, RList* rules, LTagList* lTag,RTagList* rTag, 98 98 LNode* gPrevRedCheck, LNode* completedRedCheck); 99 99
Note: See TracChangeset
for help on using the changeset viewer.