Changeset 1dc25bf in git for factory


Ignore:
Timestamp:
Jul 31, 2013, 6:23:10 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
8530d342c559e3346021bae91217a83e54da495a
Parents:
a85670b1268d28aee587d91c3c581103c1865618
git-author:
Martin Lee <martinlee84@web.de>2013-07-31 18:23:10+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:25+02:00
Message:
fix: compiler warnings about empty if
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfNewtonPolygon.cc

    ra85670b r1dc25bf  
    11731173
    11741174  if (isRat)
     1175  {
    11751176    ASSERT (bCommonDen (F).isOne(), "poly over Z expected");
     1177  }
    11761178
    11771179  CanonicalForm Fp, N= maxNorm (F);
     
    12501252
    12511253  if (isRat)
     1254  {
    12521255    ASSERT (bCommonDen (F).isOne(), "poly over Z expected");
     1256  }
    12531257
    12541258  Variable x= Variable (1);
Note: See TracChangeset for help on using the changeset viewer.