Changeset 8c5988 in git for kernel/polys.h


Ignore:
Timestamp:
Apr 20, 2005, 7:25:52 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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/polys.h

    r8c6b3ee r8c5988  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.4 2005-04-18 14:50:55 Singular Exp $ */
     6/* $Id: polys.h,v 1.5 2005-04-20 17:25:52 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    275275/*-------------ring management:----------------------*/
    276276//extern void pChangeRing(ring newRing);
    277 extern void pSetGlobals(ring r, BOOLEAN complete = TRUE);
     277extern void pSetGlobals(const ring r, BOOLEAN complete = TRUE);
    278278// resets the pFDeg and pLDeg: if pLDeg is not given, it is
    279279// set to currRing->pLDegOrig, i.e. to the respective LDegProc which
     
    298298extern pLDegProc pLDeg;
    299299extern pFDegProc pFDeg;
    300 int  pWeight(int c, ring r = currRing);
     300int  pWeight(int c, const ring r = currRing);
    301301long pDeg(poly p, ring r = currRing);
    302302long pTotaldegree(poly p, ring r = currRing);
Note: See TracChangeset for help on using the changeset viewer.