Changeset 2bfea7c in git
- Timestamp:
- Apr 25, 2007, 1:13:34 PM (16 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- c10a1b31f8b96892a4f21ffd8fa738a27491fbef
- Parents:
- 5af844ab1b2b2aa750954c30463942cd80cd150c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factor.cc
r5af844a r2bfea7c 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_factor.cc,v 1.3 0 2007-04-25 11:00:51Singular Exp $ */2 /* $Id: cf_factor.cc,v 1.31 2007-04-25 11:13:34 Singular Exp $ */ 3 3 4 4 //{{{ docu … … 531 531 // First all cases with characteristic !=2 532 532 // set remainder 533 #ifdef NTL_ZZ 533 534 ZZ r; 534 535 r=getCharacteristic(); 535 536 ZZ_pContext ccc(r); 536 537 ccc.restore(); 538 #else 539 zz_pContext ccc(getCharacteristic()); 540 ccc.restore(); 541 #endif 537 542 538 543 // set minimal polynomial in NTL
Note: See TracChangeset
for help on using the changeset viewer.