source: git/libpolys/polys/templates/p_Procs_Lib.cc @ 6909cfb

spielwiese
Last change on this file since 6909cfb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 908 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    p_Procs_Lib.cc
6 *  Purpose: source for shared library of p_Procs
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
9 *******************************************************************/
10
11#ifdef DYNAMIC_VERSION
12#define LINKAGE extern "C"
13#else
14#define LINKAGE
15#endif
16
17#include "config.h"
18#include <misc/auxiliary.h>
19
20#ifdef HAVE_FACTORY
21#include <factory/factory.h>
22#endif
23
24#include <polys/monomials/p_polys.h>
25#include <polys/monomials/ring.h>
26#include <polys/templates/p_Procs.h>
27#include <polys/templates/p_Numbers.h>
28#include <polys/templates/p_MemCmp.h>
29#include <polys/templates/p_MemAdd.h>
30#include <polys/templates/p_MemCopy.h>
31#include <polys/kbuckets.h>
32
33#include "templates/p_Procs.inc"
34
Note: See TracBrowser for help on using the repository browser.