Changeset 82db91a in git for factory/sm_sparsemod.cc


Ignore:
Timestamp:
Oct 13, 2011, 9:27:11 PM (13 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c770dca4360b7797649175eadf26f907f8c1a70c
Parents:
a4b94909b4b3ff8277ebb757e522561d66ee7d17
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:27:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:04+01:00
Message:
FIX: function-macros should act as functions even if "empty", esp. in if-then block.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/sm_sparsemod.cc

    ra4b949 r82db91a  
    409409  primig = MM(C[2]);
    410410
    411   if ( level( primif) != level( primig ) )
    412     ASSERT( 0, "this should n e v e r happen !!!!" );
     411  ASSERT((level(primif) != level(primig)),
     412         "this should n e v e r happen !!!!");
    413413
    414414  //cout << " primif = " << primif << endl;
Note: See TracChangeset for help on using the changeset viewer.