Changeset 73b084 in git


Ignore:
Timestamp:
Oct 12, 2018, 10:46:10 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
a6ea1d3a85e5c6294a5867c84399d54d8f5651ae
Parents:
6a4f0db6702433bfff07e8044bbb5ccfa6684cbd
Message:
alignment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    r6a4f0d r73b084  
    7878    pLength,    // either == 0, or == pLength(p)
    7979    i_r;        // index of TObject in R set, or -1 if not in T
     80
     81#ifdef HAVE_SHIFTBBA
     82  int shift;
     83#endif
     84
    8085  /*BOOLEAN*/ char is_normalized; // true, if pNorm was called on p, false otherwise
    8186  // used in incremental sba() with F5C:
     
    9499#ifdef HAVE_PLURAL
    95100  /*BOOLEAN*/ char is_special; // true, it is a new special S-poly (e.g. for SCA)
    96 #endif
    97 
    98 #ifdef HAVE_SHIFTBBA
    99   int shift;
    100101#endif
    101102
Note: See TracChangeset for help on using the changeset viewer.