Changeset 4d0cbc7 in git


Ignore:
Timestamp:
Dec 19, 2011, 4:36:22 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
62b20a676b4c20cfdee48773925c850d105aba6e
Parents:
c92097b3d34e4c1be3c6c1f18dc0b7565968a293
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 16:36:22+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:32+01:00
Message:
further elimination of idhdl from libpolys/ & kernel/
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    rc92097b r4d0cbc7  
    971971
    972972  int i;
    973   idhdl h;
     973//  idhdl h;
    974974 /* setting global variables ------------------- */
    975975  strat->enterS = enterSBba;
  • kernel/kstd2.cc

    rc92097b r4d0cbc7  
    19691969{
    19701970  int i;
    1971   idhdl h;
     1971//  idhdl h;
    19721972 /* setting global variables ------------------- */
    19731973  strat->enterS = enterSBba; /* remains as is, we change enterT! */
  • kernel/structs.h

    rc92097b r4d0cbc7  
    7676/* the function pointer types */
    7777
    78 class idrec;
    79 typedef idrec *   idhdl;
    80 
    8178#endif /* __cplusplus */
    8279
  • libpolys/polys/monomials/ring.h

    rc92097b r4d0cbc7  
    1717/* forward declaration of types */
    1818class idrec;
    19 typedef idrec *   idhdl;
     19typedef idrec *   idhdl; // _only_ for idhdl ip_sring::idroot
    2020struct  spolyrec;
    2121typedef struct spolyrec    polyrec;
     
    332332int    r_IsRingVar(const char *n, ring r);
    333333void   rWrite(ring r, BOOLEAN details = FALSE);
    334 // void   rKill(idhdl h);
    335 // void   rKill(ring r);
    336334ring   rCopy(ring r);
    337335ring   rCopy0(const ring r, BOOLEAN copy_qideal = TRUE, BOOLEAN copy_ordering = TRUE);
     
    374372
    375373
    376 //idhdl  rFindHdl(ring r, idhdl n, idhdl w);
    377 //idhdl rSimpleFindHdl(ring r, idhdl root, idhdl n);
    378374const char * rSimpleOrdStr(int ord);
    379375int rOrderName(char * ordername);
Note: See TracChangeset for help on using the changeset viewer.