Changeset 4c6e9d4 in git


Ignore:
Timestamp:
Aug 23, 2016, 4:28:39 PM (8 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', 'd28bb9fd81d9b3c28434941de2792173765710d2')
Children:
c1d8f3e252c0d4ba7d218401fd125d0b1309f887
Parents:
5919a799e459e136540ea8fd2aa47140e794f72a
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2016-08-23 16:28:39+02:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2017-12-15 12:17:07+01:00
Message:
chg: replace TCacheKey_test and TCacheValue_test by poly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz4.cc

    r5919a7 r4c6e9d4  
    9090
    9191#if CACHE
    92 typedef poly TCacheKey_test;
    93 typedef poly TCacheValue_test;
    94 
    9592bool my_p_LmCmp_test (poly a, poly b, const ring r)
    9693{
     
    109106    return (const_cast<CCacheCompare_test&>(lhs));
    110107  }
    111   inline bool operator() (const TCacheKey_test& l, const TCacheKey_test& r)
     108  inline bool operator() (const poly& l, const poly& r)
    112109    const
    113110  {
     
    116113};
    117114
    118 typedef std::map<TCacheKey_test, TCacheValue_test, CCacheCompare_test>
     115typedef std::map<poly, poly, CCacheCompare_test>
    119116  TP2PCache_test;
    120117typedef std::map<int, TP2PCache_test> TCache_test;
Note: See TracChangeset for help on using the changeset viewer.