Ignore:
Timestamp:
Sep 24, 2012, 12:41:08 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f224d8590b63be01aff8b548ab4f2f5dea43b095
Parents:
1592b986a21bcaba5633414189a7b08c5cce6213
Message:
chg: removed parameter last from p_*templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Procs.h

    r1592b9 rabe5c8  
    2222typedef poly (*p_Mult_mm_Proc_Ptr)(poly p, const poly m, const ring r);
    2323typedef poly (*pp_Mult_mm_Proc_Ptr)(poly p, const poly m,
    24                                     const ring r,
    25                                     poly &last);
     24                                    const ring r);
    2625typedef poly (*pp_Mult_mm_Noether_Proc_Ptr)(poly p, const poly m,
    2726                                            const poly spNoether, int &ll,
    28                                             const ring r, poly &last);
     27                                            const ring r);
    2928typedef poly (*p_Add_q_Proc_Ptr)(poly p, poly q, int & shorter, const ring r);
    3029typedef poly (*p_Minus_mm_Mult_qq_Proc_Ptr)(poly p, poly m, poly q,
    3130                                            int &shorter, const poly spNoether,
    32                                             const ring r, poly &last);
     31                                            const ring r);
    3332typedef poly (*p_Neg_Proc_Ptr)(poly p, const ring r);
    3433typedef poly (*pp_Mult_Coeff_mm_DivSelect_Proc_Ptr)(poly p, const poly m,
Note: See TracChangeset for help on using the changeset viewer.