Changeset 4d0cbc7 in git
- Timestamp:
- Dec 19, 2011, 4:36:22 PM (11 years ago)
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
rc92097b r4d0cbc7 971 971 972 972 int i; 973 idhdl h;973 // idhdl h; 974 974 /* setting global variables ------------------- */ 975 975 strat->enterS = enterSBba; -
kernel/kstd2.cc
rc92097b r4d0cbc7 1969 1969 { 1970 1970 int i; 1971 idhdl h;1971 // idhdl h; 1972 1972 /* setting global variables ------------------- */ 1973 1973 strat->enterS = enterSBba; /* remains as is, we change enterT! */ -
kernel/structs.h
rc92097b r4d0cbc7 76 76 /* the function pointer types */ 77 77 78 class idrec;79 typedef idrec * idhdl;80 81 78 #endif /* __cplusplus */ 82 79 -
libpolys/polys/monomials/ring.h
rc92097b r4d0cbc7 17 17 /* forward declaration of types */ 18 18 class idrec; 19 typedef idrec * idhdl; 19 typedef idrec * idhdl; // _only_ for idhdl ip_sring::idroot 20 20 struct spolyrec; 21 21 typedef struct spolyrec polyrec; … … 332 332 int r_IsRingVar(const char *n, ring r); 333 333 void rWrite(ring r, BOOLEAN details = FALSE); 334 // void rKill(idhdl h);335 // void rKill(ring r);336 334 ring rCopy(ring r); 337 335 ring rCopy0(const ring r, BOOLEAN copy_qideal = TRUE, BOOLEAN copy_ordering = TRUE); … … 374 372 375 373 376 //idhdl rFindHdl(ring r, idhdl n, idhdl w);377 //idhdl rSimpleFindHdl(ring r, idhdl root, idhdl n);378 374 const char * rSimpleOrdStr(int ord); 379 375 int rOrderName(char * ordername);
Note: See TracChangeset
for help on using the changeset viewer.