Changeset 91ce59 in git


Ignore:
Timestamp:
Jul 19, 2013, 5:20:53 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f377d6d17c096643dc3242eba4b6200ae3630eb3
Parents:
5e03fb4e472ba218e89b7a882ab8398f47f1d5ad
git-author:
Martin Lee <martinlee84@web.de>2013-07-19 17:20:53+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-07-22 15:49:54+02:00
Message:
fix: error when compiling with --enable-timing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsFact.cc

    r5e03fb r91ce59  
    516516  bool earlySuccess= false;
    517517  CFList earlyFactors;
    518   TIMING_START (fac_bi_hensel_lift);
    519518  uniFactors= henselLiftAndEarly
    520519              (F, earlySuccess, earlyFactors, degs, liftBound,
    521520               uniFactors, dummy, evaluation, b, den);
    522   TIMING_END_AND_PRINT (fac_bi_hensel_lift,
    523                         "time for bivariate hensel lifting over Q: ");
    524521  DEBOUTLN (cerr, "lifted factors= " << uniFactors);
    525522
     
    532529  CFList biFactors;
    533530
    534   TIMING_START (fac_bi_factor_recombination);
    535531  biFactors= factorRecombination (uniFactors, F, MODl, degs, evaluation, 1,
    536532                                  uniFactors.length()/2, b, den);
    537   TIMING_END_AND_PRINT (fac_bi_factor_recombination,
    538                         "time for bivariate factor recombination over Q: ");
    539533
    540534  On (SW_RATIONAL);
Note: See TracChangeset for help on using the changeset viewer.