source: git/Singular/pInline1.cc @ 28e0ac8

fieker-DuValspielwiese
Last change on this file since 28e0ac8 was a3bc95e, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: namespaces ->ns git-svn-id: file:///usr/local/Singular/svn/trunk@5651 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 711 bytes
RevLine 
[a6a239]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pInline1.cc
6 *  Purpose: implementation of poly procs which iter over ExpVector
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
[a3bc95e]9 *  Version: $Id: pInline1.cc,v 1.4 2001-10-09 16:36:12 Singular Exp $
[a6a239]10 *******************************************************************/
11#ifndef PINLINE1_CC
12#define PINLINE1_CC
13
14#include "mod2.h"
15
16#ifdef PDEBUG
[cb66fa]17
18#if PDEBUG < 1
19#undef PDEBUG
20#define PDEBUG 1
21#endif
22
[a6a239]23#undef NO_INLINE1
[a3bc95e]24#define NO_INLINE1
[cb66fa]25
26#endif // PDEBUG
[a6a239]27
[4e6cf2]28#include "p_polys.h"
[a6a239]29
30#endif // PINLINE1_CC
31
Note: See TracBrowser for help on using the repository browser.