Changeset 2db7ae in git


Ignore:
Timestamp:
May 10, 2011, 5:53:16 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
189f834f5306268cf155678ca0f3265c2568599c
Parents:
e76d7a6a2e86e096123a21c9710d1cdabfdecd74
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 17:53:16+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:44+01:00
Message:
disabled cf_hnf: does not compile with NTL with NTL_STD_CXX set
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    re76d7a6 r2db7ae  
    2020
    2121
     22#include <NTL/config.h>
     23#ifdef NTL_STD_CXX
     24#ifdef NOSTREAMIO
     25#  ifdef HAVE_IOSTREAM
     26#    include <iostream>
     27#    define OSTREAM std::ostream
     28#    define ISTREAM std::istream
     29#  elif defined(HAVE_IOSTREAM_H)
     30#    include <iostream.h>
     31#    define OSTREAM ostream
     32#    define ISTREAM istream
     33#  endif
     34#endif /* ! NOSTREAMIO */
     35#endif
     36
    2237#include <NTL/ZZXFactoring.h>
    2338#include <NTL/ZZ_pXFactoring.h>
     
    2540#include <NTL/GF2XFactoring.h>
    2641#include "int_int.h"
    27 #include <limits.h>
    2842#include <NTL/ZZ_pEXFactoring.h>
    2943#include <NTL/lzz_pEXFactoring.h>
  • factory/abs_fac.cc

    re76d7a6 r2db7ae  
    55#include<fstream>
    66#endif
    7 #include<math.h>
    87#include <sys/timeb.h>
    98
  • factory/cf_hnf.cc

    re76d7a6 r2db7ae  
    1212#include <config.h>
    1313
     14#if 0
    1415#ifdef HAVE_NTL
    1516#include "NTLconvert.h"
     
    5556}
    5657#endif
     58#endif
Note: See TracChangeset for help on using the changeset viewer.