Changeset 69658e in git for libpolys/polys/nc/ncSACache.cc


Ignore:
Timestamp:
Feb 22, 2013, 12:29:35 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e2c67897e034b7ffa5b8a0dda72431cff944d4a
Parents:
367df95c40f03bb94a871481eb198951b3a42c85cd4f243f3aafc7080a52fa973f2d90493e4847f2
Message:
Merge pull request #295 from YueRen/warnings

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/ncSACache.cc

    r367df9 r69658e  
    2727#endif
    2828
     29#if OUTPUT
    2930namespace
    3031{
    3132  static const char* m_Typenames[2] = {"lookup", "store"};
    3233}
     34#endif
    3335
    3436#include <coeffs/numbers.h>
     
    4143
    4244
    43 
     45#if OUTPUT
    4446void CGlobalCacheHash::History(const EHistoryType t, const CGlobalCacheHash::CExponent a, const CGlobalCacheHash::CExponent b, const poly p)
     47#else
     48void CGlobalCacheHash::History(const EHistoryType, const CGlobalCacheHash::CExponent, const CGlobalCacheHash::CExponent, const poly)
     49#endif
    4550{
    4651#if OUTPUT
     
    5762
    5863
     64#if OUTPUT
    5965void  CSpecialPairCacheHash::History(const EHistoryType t, const CSpecialPairCacheHash::CExponent a, const CSpecialPairCacheHash::CExponent b, const poly p)
     66#else
     67void  CSpecialPairCacheHash::History(const EHistoryType, const CSpecialPairCacheHash::CExponent, const CSpecialPairCacheHash::CExponent, const poly)
     68#endif
    6069{
    6170#if OUTPUT
Note: See TracChangeset for help on using the changeset viewer.