source: git/libpolys/polys/templates/p_Procs_Lib.cc @ f47f56

spielwiese
Last change on this file since f47f56 was f47f56, checked in by Mohamed Barakat <mohamed.barakat@…>, 12 years ago
- introduced libtools in libpolys/polys - enables the compilation of the dynamic modules in libpolys/polys/templates - replaced p_Procs_Dynamic.in by p_Procs.inc in templates/p_Procs_Lib.cc
  • Property mode set to 100644
File size: 755 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 *  Version: $Id$
10 *******************************************************************/
11#include "polys/config.h"
12#include <misc/auxiliary.h>
13// #include <polys/structs.h>
14#include <polys/p_polys.h>
15#include <polys/monomials/ring.h>
16#include <polys/p_Procs.h>
17#include <polys/p_Numbers.h>
18#include <polys/p_MemCmp.h>
19#include <polys/p_MemAdd.h>
20#include <polys/p_MemCopy.h>
21//#include <polys/kbuckets.h>
22
23#include "p_Procs.inc"
24
Note: See TracBrowser for help on using the repository browser.