source: git/libpolys/polys/pInline0.cc @ af598e

fieker-DuValspielwiese
Last change on this file since af598e was 20b794, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: first corrections of #include in polys
  • Property mode set to 100644
File size: 547 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$
10 *******************************************************************/
11#ifndef PINLINE0_CC
12
13#include "config.h"
14
15#define PINLINE0_CC
16#undef DO_PINLINE0
17
18
19#include <polys/pInline0.h>
20
21#endif // PINLINE_CC
22
Note: See TracBrowser for help on using the repository browser.