Changeset e707b8 in git
- Timestamp:
- Mar 30, 2005, 3:18:04 PM (18 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 9a92d97624d88af867bd44f0cbf85bcc308e2555
- Parents:
- fe40ad7908fc2170a79180bc025ccb5bceeab03f
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapconv.cc
rfe40ad7 re707b8 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapconv.cc,v 1. 2 2005-01-27 16:35:30Singular Exp $5 // $Id: clapconv.cc,v 1.3 2005-03-30 13:17:07 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: convert data between Singular and factory … … 46 46 if ( getCharacteristic() != 0 ) 47 47 { 48 Off(SW_USE_EZGCD);49 48 term = npInt( n ); 50 49 } … … 118 117 if ( getCharacteristic() != 0 ) 119 118 { 120 Off(SW_USE_EZGCD);121 119 term = npInt( pGetCoeff( p ) ); 122 120 } … … 321 319 if ( getCharacteristic() != 0 ) 322 320 { 323 Off(SW_USE_EZGCD);324 321 term = npInt( napGetCoeff( p ) ); 325 322 } 326 323 else 327 324 { 328 On(SW_USE_EZGCD);329 325 //if ( (!(int)(napGetCoeff( p )) & 1 ) 330 326 //&& ( napGetCoeff( p )->s == 0)) … … 527 523 if ( rField_is_Zp_a() ) 528 524 { 529 Off(SW_USE_EZGCD);530 525 term = npInt( napGetCoeff( p ) ); 531 526 } 532 527 else 533 528 { 534 On(SW_USE_EZGCD);535 529 //if ( (!(int)(napGetCoeff( p )) & 1 ) 536 530 //&& ( napGetCoeff( p )->s == 0)) -
kernel/clapsing.cc
rfe40ad7 re707b8 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1. 4 2005-01-27 16:41:12Singular Exp $5 // $Id: clapsing.cc,v 1.5 2005-03-30 13:17:08 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 732 732 Off(SW_RATIONAL); 733 733 On(SW_SYMMETRIC_FF); 734 On(SW_USE_NTL);735 734 #ifdef HAVE_NTL 736 735 extern int prime_number; … … 993 992 Off(SW_RATIONAL); 994 993 On(SW_SYMMETRIC_FF); 995 On(SW_USE_NTL);996 //Off(SW_USE_NTL);997 994 CFList L; 998 995 ListCFList LL;
Note: See TracChangeset
for help on using the changeset viewer.