Changeset e4fe2b in git for factory/NTLconvert.h


Ignore:
Timestamp:
Aug 23, 2011, 9:17:33 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
72ebdb01e4821ac45cbf1e8065cb15515ef1b391
Parents:
fbb01737147ed8f605c88489320c73e975833f32
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-23 21:17:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
Message:
FIX: Fixed huge BUG in cf_gmp.h
CHG: starting to cleanup factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    rfbb0173 re4fe2b  
    33#define INCL_NTLCONVERT_H
    44
    5 #include <config.h>
    6 
    75#ifdef HAVE_NTL
    86
    9 #include "cf_gmp.h"
     7// #include "cf_gmp.h"
    108
    119#include "cf_defs.h"
     
    1917#include "cf_algorithm.h"
    2018
     19#include <NTL/config.h>
    2120
    22 #include <NTL/config.h>
    2321#ifdef NTL_STD_CXX
    2422#ifdef NOSTREAMIO
     
    3533#endif
    3634
     35
    3736#include <NTL/ZZXFactoring.h>
    3837#include <NTL/ZZ_pXFactoring.h>
    3938#include <NTL/lzz_pXFactoring.h>
    4039#include <NTL/GF2XFactoring.h>
    41 #include "int_int.h"
    4240#include <NTL/ZZ_pEXFactoring.h>
    4341#include <NTL/lzz_pEXFactoring.h>
     
    4745#include <NTL/mat_lzz_pE.h>
    4846
    49 #include "cf_assert.h"
    50 
    5147#ifdef NTL_CLIENT               // in <NTL/tools.h>: using of name space NTL
    5248NTL_CLIENT
    5349#endif
     50
     51
     52
     53
     54#include "int_int.h"
     55#include "cf_assert.h"
     56
    5457
    5558ZZ_pX convertFacCF2NTLZZpX(CanonicalForm f);
Note: See TracChangeset for help on using the changeset viewer.