Changeset e3b5ed in git for kernel/f5gb.h


Ignore:
Timestamp:
May 4, 2009, 3:30:53 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
233f2e504906a97e837a6704ca5f2f22d86c4bb8
Parents:
39e4239ad700dd19503501b393c68b7aabd191b5
Message:
added symbolic preprocessing to the reduction process


git-svn-id: file:///usr/local/Singular/svn/trunk@11764 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r39e423 re3b5ed  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.37 2009-04-20 13:54:50 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.38 2009-05-04 13:30:53 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    102102========================================================================
    103103*/
    104 inline void newReduction(LList* sPolyList, CList* critPairs, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag,
    105                  ideal gbPrev);
     104inline void newReduction(LList* sPolyList, CList* critPairs, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, ideal gbPrev);
    106105
    107106/*!
     
    117116 * ================================================================================
    118117 */
    119 void findReducers(LNode* l, LList* sPolyList, LList* gPrev, CList* critPairs, RList* rules, LTagList* lTag, RTagList* rTag);
     118void findReducers(LNode* l, LList* sPolyList, ideal gbPrev, LList* gPrev, CList* critPairs, RList* rules, LTagList* lTag, RTagList* rTag);
    120119
    121120/*
Note: See TracChangeset for help on using the changeset viewer.