Changeset 517530 in git for factory/algext.cc
- Timestamp:
- May 7, 2012, 5:34:51 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dccd6db99cc44c93669e843ddb6e06d2682769b8
- Parents:
- e7676af1109530ff2efd9495bfdb0fa2cedc576a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/algext.cc
re7676a r517530 13 13 #endif 14 14 #endif 15 16 #include "cf_assert.h" 15 17 16 18 #include "templates/ftmpl_functions.h" … … 589 591 } 590 592 591 #ifdef HAVE_NTL592 593 static CanonicalForm 593 594 myicontent ( const CanonicalForm & f, const CanonicalForm & c ) 594 595 { 596 #ifdef HAVE_NTL 595 597 if (f.isOne() || c.isOne()) 596 598 return 1; … … 620 622 return g; 621 623 } 622 } 624 #else 625 return 1; 623 626 #endif 627 } 624 628 625 629 CanonicalForm
Note: See TracChangeset
for help on using the changeset viewer.