Changeset af66d6 in git for libpolys/polys/monomials/ring.h
- Timestamp:
- Aug 3, 2011, 7:36:56 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 1e872a8ed7451934142b28236ec124f6235b5679
- Parents:
- f218a7daf5f60792a940256fb8358b13d4d85ef3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:36:56+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:22+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.h
rf218a7 raf66d6 380 380 381 381 // The following are for LaScala3 only! 382 #ifdef PDEBUG 383 #define rChangeSComps(c,s,l) rDBChangeSComps(c,s,l) 384 #define rGetSComps(c,s,l) rDBGetSComps(c,s,l) 385 void rDBChangeSComps(int* currComponents, 386 long* currShiftedComponents, 387 int length, 388 ring r); 389 void rDBGetSComps(int** currComponents, 390 long** currShiftedComponents, 391 int *length, 392 ring r); 393 #else 394 #define rChangeSComps(c,s,l) rNChangeSComps(c,s) 395 #define rGetSComps(c,s,l) rNGetSComps(c,s) 396 #endif 397 398 void rNChangeSComps(int* currComponents, long* currShiftedComponents, ring r); 399 void rNGetSComps(int** currComponents, long** currShiftedComponents, ring r); 382 void rChangeSComps(int* currComponents, long* currShiftedComponents, int length, ring r); 383 void rGetSComps(int** currComponents, long** currShiftedComponents, int *length, ring r); 384 385 400 386 401 387 //idhdl rFindHdl(ring r, idhdl n, idhdl w);
Note: See TracChangeset
for help on using the changeset viewer.