Ignore:
Timestamp:
Feb 2, 2011, 6:07:23 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4581a96e8a3be34bc5a0c30e5cc4415cf45006fc
Parents:
35eaf8ae5934ce9436edde9d1dca609b9055264d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-02-02 18:07:23+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:27+01:00
Message:
- further template fix: added "__T" suffix to _all_ labels (incl. func. names!)
- todo: finish p_Numbers.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Merge_q__T.cc

    r35eaf8 r38500a  
    1616 *
    1717 ***************************************************************/
    18 LINKAGE poly p_Merge_q(poly p, poly q, const ring r)
     18LINKAGE poly p_Merge_q__T(poly p, poly q, const ring r)
    1919{
    2020  assume(p != NULL && q != NULL);
     
    3131
    3232  Top:     // compare p and q w.r.t. monomial ordering
    33   p_MemCmp(p->exp, q->exp, length, ordsgn, goto Equal, goto Greater , goto Smaller);
     33  p_MemCmp__T(p->exp, q->exp, length, ordsgn, goto Equal, goto Greater , goto Smaller);
    3434
    3535  Equal:
Note: See TracChangeset for help on using the changeset viewer.