Changeset 14193f in git
- Timestamp:
- Jan 7, 2009, 4:22:01 PM (14 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 22363683fdec564addb5e0a23a80e699227b0e5a
- Parents:
- ce4a6e644eb673506549135b6ca363619314cc34
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/structs.h
rce4a6e6 r14193f 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1. 59 2009-01-06 13:59:59Singular Exp $ */6 /* $Id: structs.h,v 1.60 2009-01-07 15:22:01 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 593 593 int* NegWeightL_Offset; 594 594 595 int* VarOffset; 595 596 596 597 ideal qideal; /* extension to the ring structure: qring, rInit */ 597 598 598 599 599 int* VarOffset;600 600 int* firstwv; 601 601 … … 667 667 unsigned long bitmask; 668 668 /* mask used for divisiblity tests */ 669 unsigned long divmask; 670 671 p_Procs_s* p_Procs; 669 unsigned long divmask; // rComplete 670 671 p_Procs_s* p_Procs; // rComplete/p_ProcsSet 672 672 673 673 /* FDeg and LDeg */ 674 pFDegProc pFDeg; 675 pLDegProc pLDeg; 674 pFDegProc pFDeg; // rComplete/rSetDegStuff 675 pLDegProc pLDeg; // rComplete/rSetDegStuff 676 676 677 677 /* as it was determined by rComplete */
Note: See TracChangeset
for help on using the changeset viewer.