Changeset 805db88 in git for kernel/ideals.cc


Ignore:
Timestamp:
Nov 14, 2013, 7:57:20 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
4b5171ff486c46e0d3f30c8810fc2bb7ebd00157
Parents:
b5f27dd8b00738efde14a72f129d4b6173d951f4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-14 19:57:20+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 14:58:04+01:00
Message:
Avoid "if ((P)) " since clang treats such statements specially
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rb5f27dd r805db88  
    12191219  intvec * weights;
    12201220  hom = (tHomog)idHomModule(h1,currQuotient,&weights);
    1221   if (/**addOnlyOne &&*/ (!h1IsStb))
     1221  if /**addOnlyOne &&*/ (/*(*/ !h1IsStb /*)*/)
    12221222    temph1 = kStd(h1,currQuotient,hom,&weights,NULL);
    12231223  else
Note: See TracChangeset for help on using the changeset viewer.