Ignore:
Timestamp:
Apr 19, 2020, 9:57:14 PM (4 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ffcf715a570941627bf020648e93955f1596f2ef
Parents:
d49a473d44aa25c5ecc3126360ab3179ddb8af7e636fa5455e699fa8c0a820dd60e00a059f96f8ef
Message:
Merge branch 'stable' into lp_Z
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    rd49a47 rb45eec  
    285285  omBin    PolyBin; /* Bin from where monoms are allocated */
    286286  intvec * pModW;   /* std: module weights */
    287   poly      ppNoether; /*  variables, set by procedures from hecke/kstd1:
     287  poly     ppNoether; /*  variables, set by procedures from hecke/kstd1:
    288288                            the highest monomial below pHEdge */
    289289  void * ext_ref;   /* libsing GAP object */
     
    347347  int*      VarL_Offset;
    348348
    349   /* mask for getting single exponents */
     349  /* mask for getting single exponents, also maxExp */
    350350  unsigned long bitmask;
     351  /* wanted maxExp */
     352  unsigned long wanted_maxExp;
    351353  /* mask used for divisiblity tests */
    352354  unsigned long divmask; // rComplete
Note: See TracChangeset for help on using the changeset viewer.