Changeset e707b8 in git for kernel/clapconv.cc
- Timestamp:
- Mar 30, 2005, 3:18:04 PM (19 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9a92d97624d88af867bd44f0cbf85bcc308e2555
- Parents:
- fe40ad7908fc2170a79180bc025ccb5bceeab03f
- File:
-
- 1 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))
Note: See TracChangeset
for help on using the changeset viewer.