Changeset 08a955 in git
- Timestamp:
- Apr 23, 2013, 12:01:21 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- feed2370cf84ef30c17fd44d7e2ebc32d7dcfd74
- Parents:
- e4e36cf6227728d09e791c5900989c1d083058b6
- git-author:
- Martin Lee <martinlee84@web.de>2013-04-23 12:01:21+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:45+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.cc
re4e36c r08a955 278 278 setCharacteristic(0); 279 279 CanonicalForm liftedSmallestFactor= 280 convertFmpz_poly_t2FacCF ((fmpz_poly_t &)liftedFactors->p[0], Variable (1));280 convertFmpz_poly_t2FacCF ((fmpz_poly_t &)liftedFactors->p[0],x); 281 281 282 282 CanonicalForm otherFactor= 283 convertFmpz_poly_t2FacCF ((fmpz_poly_t &)liftedFactors->p[1], Variable (1));283 convertFmpz_poly_t2FacCF ((fmpz_poly_t &)liftedFactors->p[1],x); 284 284 modpk pk= modpk (p, k); 285 285 #else … … 312 312 setCharacteristic(0); 313 313 CanonicalForm liftedSmallestFactor= 314 convertNTLZZX2CF (liftedFactors[0], Variable (1));314 convertNTLZZX2CF (liftedFactors[0], x); 315 315 316 316 CanonicalForm otherFactor= 317 convertNTLZZX2CF (liftedFactors[1], Variable (1));317 convertNTLZZX2CF (liftedFactors[1], x); 318 318 #endif 319 319
Note: See TracChangeset
for help on using the changeset viewer.