Changeset 1293ac in git for factory


Ignore:
Timestamp:
Aug 28, 2003, 4:13:44 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec60a3ef254f19bf058a71282dda8bcd62652f6b
Parents:
4bc9c25c9a8c589240a894844cee71be5220ee1b
Message:
*hannes; NTL stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@6871 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    r4bc9c2 r1293ac  
    1 /* $Id: NTLconvert.h,v 1.4 2003-08-28 11:54:32 Singular Exp $ */
     1/* $Id: NTLconvert.h,v 1.5 2003-08-28 14:13:44 Singular Exp $ */
    22#ifndef INCL_NTLCONVERT_H
    33#define INCL_NTLCONVERT_H
     
    2121#ifdef HAVE_NTL
    2222
    23 #include <NTL/ZZXFactoring.h>
    24 #include <NTL/ZZ_pXFactoring.h>
    25 #include <NTL/GF2XFactoring.h>
     23#include <NTL/ZZX.h>
     24#include <NTL/ZZ_p.h>
     25#include <NTL/GF2X.h>
    2626#include "int_int.h"
    2727#include <limits.h>
    28 #include <NTL/ZZ_pEXFactoring.h>
    29 #include <NTL/GF2EXFactoring.h>
     28#include <NTL/ZZ_pE.h>
     29#include <NTL/GF2EX.h>
    3030
    3131#ifdef NTL_CLIENT               // in <NTL/tools.h>: using of name space NTL
Note: See TracChangeset for help on using the changeset viewer.