Changeset 2db7ae in git
- Timestamp:
- May 10, 2011, 5:53:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.h
re76d7a6 r2db7ae 20 20 21 21 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 22 37 #include <NTL/ZZXFactoring.h> 23 38 #include <NTL/ZZ_pXFactoring.h> … … 25 40 #include <NTL/GF2XFactoring.h> 26 41 #include "int_int.h" 27 #include <limits.h>28 42 #include <NTL/ZZ_pEXFactoring.h> 29 43 #include <NTL/lzz_pEXFactoring.h> -
factory/abs_fac.cc
re76d7a6 r2db7ae 5 5 #include<fstream> 6 6 #endif 7 #include<math.h>8 7 #include <sys/timeb.h> 9 8 -
factory/cf_hnf.cc
re76d7a6 r2db7ae 12 12 #include <config.h> 13 13 14 #if 0 14 15 #ifdef HAVE_NTL 15 16 #include "NTLconvert.h" … … 55 56 } 56 57 #endif 58 #endif
Note: See TracChangeset
for help on using the changeset viewer.