Changeset e1ef7b in git


Ignore:
Timestamp:
Apr 25, 2020, 8:56:10 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
3c6df40a33bd1de73cbff55503b71d6789cc702c9d58a7caf741db5e365f7257bd91048bb1bddf31
Parents:
97545c1fa4c4b6d1064e403eea440425970b4a4d
Message:
remove rSimpleFindHdl (now static)
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r97545c re1ef7b  
    223223                   if ((IDRING(h)==currRing) && (currRingHdl!=h))
    224224                     PrintS("(*)"); /* this is an alias to currRing */
     225                   //Print("ref:%d",IDRING(h)->ref);
    225226#ifdef RDEBUG
    226227                   if (traceit &TRACE_SHOW_RINGS)
     
    16281629}
    16291630
     1631static idhdl rSimpleFindHdl(const ring r, const idhdl root, const idhdl n);
    16301632idhdl rFindHdl(ring r, idhdl n)
    16311633{
     
    62516253}
    62526254
    6253 idhdl rSimpleFindHdl(ring r, idhdl root, idhdl n)
     6255static idhdl rSimpleFindHdl(const ring r, const idhdl root, const idhdl n)
    62546256{
    62556257  idhdl h=root;
  • Singular/ipshell.h

    r97545c re1ef7b  
    221221idhdl  rDefault(const char *s);
    222222
    223 idhdl rSimpleFindHdl(ring r, idhdl root, idhdl n=NULL);
    224223idhdl rFindHdl(ring r, idhdl n);
    225224void   rKill(idhdl h);
Note: See TracChangeset for help on using the changeset viewer.