Changeset 83c377 in git


Ignore:
Timestamp:
Mar 12, 2014, 2:00:37 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9565355ff47c1ec84ca7a3ba989ea81f752de054
Parents:
df3eef0007e351efd7a2c08a22185605e7ae6dd2
git-author:
Martin Lee <martinlee84@web.de>2014-03-12 14:00:37+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:54+01:00
Message:
chg: do not switch on SW_RATIONAL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/charset/alg_factor.cc

    rdf3eef r83c377  
    484484  bi= 1;
    485485
    486   On (SW_RATIONAL);
    487 
    488486  int delta= degree (f, x) - degree (g, x);
    489487  Hi= power (LC (pi1, x), delta);
     
    495493  while (degree (pi1,x) > 0)
    496494  {
    497     On (SW_RATIONAL);
    498495    psqr( pi, pi1, q, pi2, m, x);
    499496    pi2 /= bi;
Note: See TracChangeset for help on using the changeset viewer.