Changeset 760a78f in git for libpolys/polys/kbuckets.h


Ignore:
Timestamp:
Apr 28, 2011, 2:50:43 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
aec5c92fa3e0f853348936026c999351aa972656
Parents:
4c6e42085a4a443ab70a8774732655228f25f63c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-28 14:50:43+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:30+01:00
Message:
less warnings: unused variables, unused debug stuff, const in result
   type, inline without procedure body
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/kbuckets.h

    r4c6e420 r760a78f  
    5252
    5353/////////////////////////////////////////////////////////////////////////////
    54 // Gets leading monom of bucket, does NOT change Bpoly!!!!!
    55 // Returned monom is READ ONLY, i.e. no manipulations are allowed !!!!
    56 //
    57 inline const poly kBucketGetLm(kBucket_pt bucket);
    58 
    59 /////////////////////////////////////////////////////////////////////////////
    6054// Extracts lm of Bpoly, i.e. Bpoly is changed s.t.
    6155// Bpoly == Bpoly - Lm(Bpoly)
     
    204198#endif
    205199
    206 inline const poly kBucketGetLm(kBucket_pt bucket)
     200/////////////////////////////////////////////////////////////////////////////
     201// Gets leading monom of bucket, does NOT change Bpoly!!!!!
     202// Returned monom is READ ONLY, i.e. no manipulations are allowed !!!!
     203//
     204inline poly kBucketGetLm(kBucket_pt bucket)
    207205{
    208206  #ifdef   HAVE_COEF_BUCKETS
Note: See TracChangeset for help on using the changeset viewer.