source: git/Singular/pInline0.cc @ 48aa42

spielwiese
Last change on this file since 48aa42 was a6a239, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* new implementation of polys git-svn-id: file:///usr/local/Singular/svn/trunk@4580 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 571 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pInline.cc
6 *  Purpose: implementation of poly level 0 functions
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *  Version: $Id: pInline0.cc,v 1.1 2000-09-12 16:01:04 obachman Exp $
10 *******************************************************************/
11#ifndef PINLINE0_CC
12#define PINLINE0_CC
13#undef DO_PINLINE0
14
15#include "pInline0.h"
16
17#endif // PINLINE_CC
18
Note: See TracBrowser for help on using the repository browser.