Changeset ed31a6 in git


Ignore:
Timestamp:
May 14, 2012, 3:57:37 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e89ff5740c084fd5cddf6186f601b597b3a47538
Parents:
ea095dce6bffdee190f7ed77a3f465223c5390e7efcd2dc89aff61d5035cf1ffa9bade4ff3db4a42
Message:
Merge pull request #111 from mmklee/factory_without_ntl

Factory without ntl
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    rea095d red31a6  
    738738        fc=GCD_small_p (fc, gc);
    739739    }
     740    else
    740741    #endif
    741     else if ( p1 == fc.level() )
     742    if ( p1 == fc.level() )
    742743      fc = gcd_poly_p( fc, gc );
    743744    else
  • factory/test.cc

    rea095d red31a6  
    105105
    106106//  On (SW_USE_EZGCD); On (SW_USE_EZGCD_P); // TODO&NOTE: these switches lead to failed tests (with nonzero p)!
    107  
     107
     108  Off (SW_USE_EZGCD);
     109  Off (SW_USE_CHINREM_GCD);
     110
    108111  int t= test2 (0);
    109112  if (t < 0)
Note: See TracChangeset for help on using the changeset viewer.