Changeset 447349 in git
- Timestamp:
- Sep 19, 2012, 10:48:03 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8fa570bc2512a954200ce7945519522f1072e7e2
- Parents:
- 49660c91b075bf44c9cee29176507b1e9bc2e496
- git-author:
- Martin Lee <martinlee84@web.de>2012-09-19 10:48:03+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-10-25 15:11:13+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
r49660c r447349 26 26 #include "NTLconvert.h" 27 27 bool isPurePoly(const CanonicalForm & ); 28 #ifndef HAVE_FLINT 28 29 static CanonicalForm gcd_univar_ntl0( const CanonicalForm &, const CanonicalForm & ); 29 30 static CanonicalForm gcd_univar_ntlp( const CanonicalForm &, const CanonicalForm & ); 31 #endif 30 32 #endif 31 33 … … 1040 1042 1041 1043 #ifdef HAVE_NTL 1042 1044 #ifndef HAVE_FLINT 1043 1045 static CanonicalForm 1044 1046 gcd_univar_ntl0( const CanonicalForm & F, const CanonicalForm & G ) … … 1082 1084 #endif 1083 1085 } 1084 1086 #endif 1085 1087 #endif 1086 1088
Note: See TracChangeset
for help on using the changeset viewer.