Changeset ea48f7d in git
- Timestamp:
- May 3, 2006, 2:12:51 PM (17 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- c1c269121f4f2fd68d492b638e0e2419bcbfb2bf
- Parents:
- 36faf9b22a1c2a501f140933bf515f564ff2abcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapsing.cc
r36faf9 rea48f7d 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.1 2 2006-03-21 15:27:20Singular Exp $5 // $Id: clapsing.cc,v 1.13 2006-05-03 12:12:51 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 209 209 // for now there is only the possibility to handle polynomials over 210 210 // Q and Fp ... 211 Off(SW_RATIONAL); 211 212 if (( nGetChar() == 0 || nGetChar() > 1 ) 212 213 && (currRing->parameter==NULL)) … … 215 216 CanonicalForm F( convSingPClapP( f ) ), G( convSingPClapP( g ) ); 216 217 res=convClapPSingP( gcd( F, G ) ); 217 Off(SW_RATIONAL);218 218 } 219 219 // and over Q(a) / Fp(a) … … 254 254 res= convClapPSingTrP( gcd( F, G ) ); 255 255 } 256 Off(SW_RATIONAL);257 256 } 258 257 #if 0 … … 271 270 WerrorS( feNotImplemented ); 272 271 272 Off(SW_RATIONAL); 273 273 pDelete(&f); 274 274 pDelete(&g);
Note: See TracChangeset
for help on using the changeset viewer.