Changeset ff8601 in git
- Timestamp:
- Feb 12, 2004, 2:07:24 PM (20 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c68d10acc9f79c0f23e2a210001dbe2042998ebf
- Parents:
- 8c62c74673ddcb35cf99bf24120c70cf0928c2fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r8c62c7 rff8601 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.9 2 2003-04-25 12:53:48 levandovExp $ */4 /* $Id: tesths.cc,v 1.93 2004-02-12 13:07:24 Singular Exp $ */ 5 5 6 6 /* … … 45 45 { 46 46 #ifdef HAVE_FACTORY 47 //On(SW_USE_NTL); 47 On(SW_USE_NTL); 48 On(SW_USE_NTL_GCD); 49 Off(SW_USE_NTL_SORT); 48 50 #endif 49 51 … … 152 154 else 153 155 { 156 #ifdef HAVE_FACTORY 157 if (feOptValue(FE_OPT_SORT)) On(SW_USE_NTL_SORT); 158 #endif 154 159 #ifdef HAVE_SDB 155 160 sdb_flags = 0;
Note: See TracChangeset
for help on using the changeset viewer.