Changeset b9cb8c in git for factory/cf_factor.cc
- Timestamp:
- Mar 13, 2014, 4:09:00 PM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 0d2b01febd540f2b94de892ffdd90c4da7d2424c14b690e0515f6e3f6f482f016e14f1f56d2df336
- Parents:
- b8f562019d20b1ae9a24693975ad6c264a8fa5e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factor.cc
rb8f562 rb9cb8c 625 625 Variable beta; 626 626 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 \ 628 628 does not coincide with alpha"); 629 629 #endif
Note: See TracChangeset
for help on using the changeset viewer.