Changeset be5dff in git


Ignore:
Timestamp:
Feb 13, 2012, 1:53:51 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
ae4d9b177e8176be44cb4f51501e79d5460c1ac9e2b6f5cbf71f07f69fa68f5b43829fc5c81ac042
Parents:
bbb3fbfa867444b68be295d3e6242142ccde9cc1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 13:53:51+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 13:56:20+01:00
Message:
fix extra ';' error of libfac
Location:
factory/libfac
Files:
7 edited

Legend:

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

    rbbb3fb rbe5dff  
    2929#include <libfac/factor/debug.h>
    3030#include "timing.h"
    31 TIMING_DEFINE_PRINT(newfactoras_time);
     31TIMING_DEFINE_PRINT(newfactoras_time)
    3232
    3333static Varlist
  • factory/libfac/charset/algfactor.cc

    rbbb3fb rbe5dff  
    2626#include <libfac/factor/debug.h>
    2727#include "timing.h"
    28 TIMING_DEFINE_PRINT(newfactoras_time);
     28TIMING_DEFINE_PRINT(newfactoras_time)
    2929
    3030int hasVar(const CanonicalForm &f, const Variable &v);
  • factory/libfac/charset/charset.cc

    rbbb3fb rbe5dff  
    2929#include <libfac/factor/debug.h>
    3030#include "timing.h"
    31 TIMING_DEFINE_PRINT(subfactorize_time);
     31TIMING_DEFINE_PRINT(subfactorize_time)
    3232
    3333
  • factory/libfac/charset/reorder.cc

    rbbb3fb rbe5dff  
    3131#include <libfac/factor/debug.h>
    3232#include "timing.h"
    33 TIMING_DEFINE_PRINT(neworder_time);
     33TIMING_DEFINE_PRINT(neworder_time)
    3434
    3535#define __ARRAY_INIT__ -1
  • factory/libfac/factor/Factor.cc

    rbbb3fb rbe5dff  
    4040#include <libfac/factor/debug.h>
    4141#include "timing.h"
    42 TIMING_DEFINE_PRINT(factorize_time);
    43 TIMING_DEFINE_PRINT(sqrfree_time);
    44 TIMING_DEFINE_PRINT(discr_time);
    45 TIMING_DEFINE_PRINT(evaluate_time);
    46 TIMING_DEFINE_PRINT(hensel_time);
    47 TIMING_DEFINE_PRINT(truefactor_time);
     42TIMING_DEFINE_PRINT(factorize_time)
     43TIMING_DEFINE_PRINT(sqrfree_time)
     44TIMING_DEFINE_PRINT(discr_time)
     45TIMING_DEFINE_PRINT(evaluate_time)
     46TIMING_DEFINE_PRINT(hensel_time)
     47TIMING_DEFINE_PRINT(truefactor_time)
    4848
    4949/*
  • factory/libfac/factor/SqrFree.cc

    rbbb3fb rbe5dff  
    3737#include <libfac/factor/debug.h>
    3838#include "timing.h"
    39 TIMING_DEFINE_PRINT(squarefree_time);
    40 TIMING_DEFINE_PRINT(gcd_time);
     39
     40TIMING_DEFINE_PRINT(squarefree_time)
     41TIMING_DEFINE_PRINT(gcd_time)
    4142
    4243static inline CFFactor
  • factory/libfac/factor/homogfactor.cc

    rbbb3fb rbe5dff  
    3434#include <libfac/factor/debug.h>
    3535#include "timing.h"
    36 TIMING_DEFINE_PRINT(hfactorize_time);
     36TIMING_DEFINE_PRINT(hfactorize_time)
    3737
    3838#if 0
Note: See TracChangeset for help on using the changeset viewer.