Changeset 19d0392 in git
- Timestamp:
- Jan 8, 2014, 11:43:04 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6163afd0618605c226ab4d88b9c081aa8a4d9b54
- Parents:
- 8dbc1a66444170190fc1474cb827d21039988914
- git-author:
- Martin Lee <martinlee84@web.de>2014-01-08 11:43:04+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
r8dbc1a r19d0392 528 528 //}}} 529 529 530 #ifndef HAVE_NTL 530 531 static CanonicalForm gcd_poly_univar0( const CanonicalForm & F, const CanonicalForm & G, bool primitive ) 531 532 { … … 612 613 } 613 614 } 615 #endif 614 616 615 617 static CanonicalForm … … 796 798 #endif 797 799 #endif 800 #ifndef HAVE_NTL 798 801 return gcd_poly_univar0( pi, pi1, true ) * C; 802 #endif 799 803 } 800 804 else if ( gcd_test_one( pi1, pi, true, d ) )
Note: See TracChangeset
for help on using the changeset viewer.