Changeset 11812a in git for factory/NTLconvert.h


Ignore:
Timestamp:
Jun 20, 2003, 12:01:02 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
8c0b57edbee5421e18dbb6ee30cbe318d23653ae
Parents:
778a4e3644c4b170e80d241caa4008bebebd7df2
Message:
*hannes: c++-namespace stuff


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

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    r778a4e r11812a  
    1 /* $Id: NTLconvert.h,v 1.2 2002-07-30 15:20:02 Singular Exp $ */
     1/* $Id: NTLconvert.h,v 1.3 2003-06-20 10:01:02 Singular Exp $ */
    22#ifndef INCL_NTLCONVERT_H
    33#define INCL_NTLCONVERT_H
     
    2929#include <NTL/GF2EXFactoring.h>
    3030
     31#ifdef NTL_CLIENT               // in <NTL/tools.h>: using of name space NTL
     32NTL_CLIENT
     33#endif
     34
    3135ZZ_pX convertFacCF2NTLZZpX(CanonicalForm f);
    3236GF2X convertFacCF2NTLGF2X(CanonicalForm f);
Note: See TracChangeset for help on using the changeset viewer.