Changeset 7aff7e9 in git for factory/NTLconvert.cc


Ignore:
Timestamp:
Apr 9, 2003, 10:01:22 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f88c544fb595e03c384e24cad8db944734fde206
Parents:
a6e7454921d466945e1d121454455d14bea8ea1d
Message:
*hannes/Cornelssen: using of name space NTL


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

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    ra6e7454 r7aff7e9  
    1 /* $Id: NTLconvert.cc,v 1.9 2003-04-01 17:04:37 Singular Exp $ */
     1/* $Id: NTLconvert.cc,v 1.10 2003-04-09 08:01:22 Singular Exp $ */
    22#include <config.h>
    33
     
    2121#include <NTL/ZZ_pXFactoring.h>
    2222#include <NTL/GF2XFactoring.h>
     23#include <NTL/ZZ_pEXFactoring.h>
     24#include <NTL/GF2EXFactoring.h>
     25#include <NTL/tools.h>
    2326#include "int_int.h"
    2427#include <limits.h>
    25 #include <NTL/ZZ_pEXFactoring.h>
    26 #include <NTL/GF2EXFactoring.h>
    2728#include "NTLconvert.h"
    2829
     
    3839#define Free(A,L) free(A)
    3940#endif
     41
     42#ifdef NTL_CLIENT               // in <NTL/tools.h>: using of name space NTL
     43NTL_CLIENT
     44#endif
     45
    4046////////////////////////////////////////////////////////////////////////////////
    4147// NAME: convertFacCF2NTLZZpX                                                 //
Note: See TracChangeset for help on using the changeset viewer.