Changeset 32f320 in git


Ignore:
Timestamp:
Dec 18, 2000, 6:47:18 PM (22 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
d768c615c1ff4f45c700144314fce28668d01c5d
Parents:
10a0c5ef3797be1dba4c637d3391ac548ba28b46
Message:
no const


git-svn-id: file:///usr/local/Singular/svn/trunk@4936 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/kutil.cc

    r10a0c5 r32f320  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.85 2000-12-18 17:26:40 obachman Exp $ */
     4/* $Id: kutil.cc,v 1.86 2000-12-18 17:47:18 obachman Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    16851685* the position is the last one
    16861686*/
    1687 int posInT0 (const TSet set,const int length,const LObject &p)
     1687int posInT0 (const TSet set,const int length,LObject &p)
    16881688{
    16891689  return (length+1);
     
    16961696* pComp
    16971697*/
    1698 int posInT1 (const TSet set,const int length,const LObject &p)
     1698int posInT1 (const TSet set,const int length,LObject &p)
    16991699{
    17001700  if (length==-1) return 0;
     
    17241724* length
    17251725*/
    1726 int posInT2 (const TSet set,const int length,const LObject &p)
     1726int posInT2 (const TSet set,const int length,LObject &p)
    17271727{
    17281728  if (length==-1)
     
    17531753* totaldegree,pComp
    17541754*/
    1755 int posInT11 (const TSet set,const int length,const LObject &p)
     1755int posInT11 (const TSet set,const int length,LObject &p)
    17561756/*{
    17571757 * int j=0;
     
    18101810* totaldegree,pComp
    18111811*/
    1812 int posInT110 (const TSet set,const int length,const LObject &p)
     1812int posInT110 (const TSet set,const int length,LObject &p)
    18131813{
    18141814  if (length==-1) return 0;
     
    18551855* pFDeg
    18561856*/
    1857 int posInT13 (const TSet set,const int length,const LObject &p)
     1857int posInT13 (const TSet set,const int length,LObject &p)
    18581858{
    18591859  if (length==-1) return 0;
     
    18841884
    18851885// determines the position based on: 1.) Ecart 2.) pLength
    1886 int posInT_EcartpLength(const TSet set,const int length,const LObject &p)
     1886int posInT_EcartpLength(const TSet set,const int length,LObject &p)
    18871887{
    18881888  if (length==-1) return 0;
     
    19231923* maximaldegree, pComp
    19241924*/
    1925 int posInT15 (const TSet set,const int length,const LObject &p)
     1925int posInT15 (const TSet set,const int length,LObject &p)
    19261926/*{
    19271927 *int j=0;
     
    19811981* pFDeg+ecart, ecart, pComp
    19821982*/
    1983 int posInT17 (const TSet set,const int length,const LObject &p)
     1983int posInT17 (const TSet set,const int length,LObject &p)
    19841984/*
    19851985*{
     
    20452045* pGetComp, pFDeg+ecart, ecart, pComp
    20462046*/
    2047 int posInT17_c (const TSet set,const int length,const LObject &p)
     2047int posInT17_c (const TSet set,const int length,LObject &p)
    20482048{
    20492049  if (length==-1) return 0;
     
    21102110* ecart, pFDeg, length
    21112111*/
    2112 int posInT19 (const TSet set,const int length,const LObject &p)
     2112int posInT19 (const TSet set,const int length,LObject &p)
    21132113{
    21142114  if (length==-1) return 0;
     
    42084208#ifdef HAVE_MORE_POS_IN_T
    42094209// determines the position based on: 1.) Ecart 2.) FDeg 3.) pLength
    4210 int posInT_EcartFDegpLength(const TSet set,const int length,const LObject &p)
     4210int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p)
    42114211{
    42124212
     
    42624262
    42634263// determines the position based on: 1.) FDeg 2.) pLength
    4264 int posInT_FDegpLength(const TSet set,const int length,const LObject &p)
     4264int posInT_FDegpLength(const TSet set,const int length,LObject &p)
    42654265{
    42664266
     
    42994299
    43004300// determines the position based on: 1.) Ecart 2.) FDeg 3.) pLength
    4301 int posInT_pLength(const TSet set,const int length,const LObject &p)
     4301int posInT_pLength(const TSet set,const int length,LObject &p)
    43024302{
    43034303  if (length==-1)
  • Singular/kutil.h

    r10a0c5 r32f320  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.49 2000-12-18 17:26:41 obachman Exp $ */
     6/* $Id: kutil.h,v 1.50 2000-12-18 17:47:17 obachman Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    209209  int (*red)(LObject * L,kStrategy strat);
    210210  void (*initEcart)(LObject * L);
    211   int (*posInT)(const TSet T,const int tl,const LObject &h);
     211  int (*posInT)(const TSet T,const int tl,LObject &h);
    212212  int (*posInL)(const LSet set, const int length,
    213213                LObject* L,const kStrategy strat);
     
    299299void initEcartPairMora (LObject* Lp,poly f,poly g,int ecartF,int ecartG);
    300300int posInS (polyset set,int length,poly p);
    301 int posInT0 (const TSet set,const int length,const LObject &p);
    302 int posInT1 (const TSet set,const int length,const LObject &p);
    303 int posInT2 (const TSet set,const int length,const LObject &p);
    304 int posInT11 (const TSet set,const int length,const LObject &p);
    305 int posInT13 (const TSet set,const int length,const LObject &p);
    306 int posInT15 (const TSet set,const int length,const LObject &p);
    307 int posInT17 (const TSet set,const int length,const LObject &p);
    308 int posInT19 (const TSet set,const int length,const LObject &p);
    309 int posInT_EcartpLength(const TSet set,const int length,const LObject &p);
     301int posInT0 (const TSet set,const int length,LObject &p);
     302int posInT1 (const TSet set,const int length,LObject &p);
     303int posInT2 (const TSet set,const int length,LObject &p);
     304int posInT11 (const TSet set,const int length,LObject &p);
     305int posInT13 (const TSet set,const int length,LObject &p);
     306int posInT15 (const TSet set,const int length,LObject &p);
     307int posInT17 (const TSet set,const int length,LObject &p);
     308int posInT19 (const TSet set,const int length,LObject &p);
     309int posInT_EcartpLength(const TSet set,const int length,LObject &p);
    310310
    311311#ifdef HAVE_MORE_POS_IN_T
    312 int posInT_pLength(const TSet set,const int length,const LObject &p);
    313 int posInT_EcartFDegpLength(const TSet set,const int length,const LObject &p);
    314 int posInT_FDegpLength(const TSet set,const int length,const LObject &p);
     312int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p);
     313int posInT_FDegpLength(const TSet set,const int length,LObject &p);
     314int posInT_pLength(const TSet set,const int length,LObject &p);
    315315#endif
    316316
Note: See TracChangeset for help on using the changeset viewer.