Changeset f224d85 in git for kernel/kutil.h


Ignore:
Timestamp:
Sep 24, 2012, 2:52:20 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
92296297754bdb3c65ffad980c8e982ef37cf33b
Parents:
abe5c8b5ebdd2be025cd137e4a089c3780efb8a3
Message:
fix: removing last from p_*templates and k* routines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    rabe5c8 rf224d85  
    192192
    193193  poly  lcm;   /*- the lcm of p1,p2 -*/
    194   poly last;   // pLast(p) during reductions
    195194  kBucket_pt bucket;
    196195  int   i_r1, i_r2;
     
    214213  KINLINE void PrepareRed(BOOLEAN use_bucket);
    215214  KINLINE void SetLmTail(poly lm, poly new_p, int length,
    216                          int use_bucket, ring r, poly last);
     215                         int use_bucket, ring r);
    217216  KINLINE void Tail_Minus_mm_Mult_qq(poly m, poly qq, int lq, poly spNoether);
    218217  KINLINE void Tail_Mult_nn(number n);
Note: See TracChangeset for help on using the changeset viewer.