Ignore:
Timestamp:
Nov 22, 2012, 6:13:04 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
32a76d8ff1ea7276dcd4a51110cc4bfb4506c97f
Parents:
e43dc39725c5d5b404d7ba9374a3c75ad9c923fb
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 18:13:04+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 20:43:02+01:00
Message:
Eliminate compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/ncSAFormula.h

    re43dc3 rcc4cc80  
    3838
    3939  public:
    40     inline const int NVars() const { return m_NVars; }
    41     inline const ring GetBasering() const { return m_BaseRing; }
     40    inline int NVars() const { return m_NVars; }
     41    inline ring GetBasering() const { return m_BaseRing; }
    4242
    4343    CFormulaPowerMultiplier(ring r);
Note: See TracChangeset for help on using the changeset viewer.