Changeset 8c5988 in git for kernel/p_polys.cc


Ignore:
Timestamp:
Apr 20, 2005, 7:25:52 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
d86777372eef84871f10e4887da44dd71b5042b8
Parents:
8c6b3ee65da7c8946b10fbc266f2516b536e2458
Message:
*hannes: const ring


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

Legend:

Unmodified
Added
Removed
  • kernel/p_polys.cc

    r8c6b3ee r8c5988  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_polys.cc,v 1.1.1.1 2003-10-06 12:15:55 Singular Exp $
     9 *  Version: $Id: p_polys.cc,v 1.2 2005-04-20 17:25:51 Singular Exp $
    1010 *******************************************************************/
    1111
     
    169169* the ordering is compatible with degree, use a->order
    170170*/
    171 inline long _pDeg(poly a, ring r)
     171inline long _pDeg(poly a, const ring r)
    172172{
    173173  p_LmCheckPolyRing(a, r);
     
    176176}
    177177
    178 long pDeg(poly a, ring r)
     178long pDeg(poly a, const ring r)
    179179{
    180180  return _pDeg(a, r);
     
    276276}
    277277
    278 int pWeight(int i, ring r)
     278int pWeight(int i, const ring r)
    279279{
    280280  if ((r->firstwv==NULL) || (i>r->firstBlockEnds))
Note: See TracChangeset for help on using the changeset viewer.