Changeset 30664c in git for libpolys/polys/nc/summator.cc


Ignore:
Timestamp:
Nov 22, 2012, 10:19:29 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6fcddc9d1ce61bb4b060ffc6ead86cd70694c9a8
Parents:
e12d106a70736a96de005699524e86b37b9e9c98
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 22:19:29+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-26 17:18:46+01:00
Message:
Warning elimination + cosmetics
File:
1 edited

Legend:

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

    re12d106 r30664c  
    3333
    3434CPolynomialSummator::CPolynomialSummator(const ring& rBaseRing, bool bUsePolynomial):
    35     m_basering(rBaseRing), m_bUsePolynomial(bUsePolynomial)
     35    m_bUsePolynomial(bUsePolynomial), m_basering(rBaseRing)
    3636{
    3737#ifdef RDEBUG
Note: See TracChangeset for help on using the changeset viewer.