Changeset 2126e10 in git for kernel/GBEngine/tgb.cc


Ignore:
Timestamp:
Feb 22, 2022, 10:52:53 AM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7ef62c2c385b222c469029aef17df85eef1fad71
Parents:
c7497234eadd4b89a290d81424ff145fbce58906
Message:
removed HEAD_BIN (tgb*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgb.cc

    rc74972 r2126e10  
    11641164  return connected;
    11651165}
    1166 
    1167 #ifdef HEAD_BIN
    1168 static inline poly p_MoveHead (poly p, omBin b)
    1169 {
    1170   poly np;
    1171   omTypeAllocBin (poly, np, b);
    1172   memmove (np, p, omSizeWOfBin(b) * sizeof (long));
    1173   omFreeBinAddr (p);
    1174   return np;
    1175 }
    1176 #endif
    11771166
    11781167static void replace_pair (int &i, int &j, slimgb_alg * c)
     
    32833272  tmp_spn = (sorted_pair_node **) omAlloc (n * sizeof (sorted_pair_node *));
    32843273  lm_bin = omGetSpecBin (POLYSIZE + (r->ExpL_Size) * sizeof (long));
    3285 #ifdef HEAD_BIN
    3286   HeadBin = omGetSpecBin (POLYSIZE + (currRing->ExpL_Size) * sizeof (long));
    3287 #endif
    32883274  /* omUnGetSpecBin(&(c->HeadBin)); */
    32893275#ifndef HAVE_BOOST
Note: See TracChangeset for help on using the changeset viewer.