Changeset b9cb8c in git for factory/cf_factor.cc


Ignore:
Timestamp:
Mar 13, 2014, 4:09:00 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
0d2b01febd540f2b94de892ffdd90c4da7d2424c14b690e0515f6e3f6f482f016e14f1f56d2df336
Parents:
b8f562019d20b1ae9a24693975ad6c264a8fa5e9
Message:
fix: syntax of debug version (factory/cf_factor.cc)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    rb8f562 rb9cb8c  
    625625  Variable beta;
    626626  if (hasFirstAlgVar(f, beta))
    627     ASSERT (!hasFirstAlgVar (f, beta == alpha), "f has an algebraic variable that \
     627    ASSERT (hasFirstAlgVar (f, beta) != alpha, "f has an algebraic variable that \
    628628    does not coincide with alpha");
    629629#endif
Note: See TracChangeset for help on using the changeset viewer.