source: git/libpolys/polys/templates/p_Procs_Lib.cc @ 78eba1

spielwiese
Last change on this file since 78eba1 was 78eba1, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- replaced nIsZero(tmp) -> n_IsZero__T(tmp,r) - fixed kbuckets reference - added dynamic_modules target
  • Property mode set to 100644
File size: 894 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
12#ifdef DYNAMIC_VERSION
13#define LINKAGE extern "C"
14#else
15#define LINKAGE
16#endif
17
18#include "polys/config.h"
19#include <misc/auxiliary.h>
20// #include <polys/structs.h>
21#include <polys/monomials/p_polys.h>
22#include <polys/monomials/ring.h>
23#include <polys/templates/p_Procs.h>
24#include <polys/templates/p_Numbers.h>
25#include <polys/templates/p_MemCmp.h>
26#include <polys/templates/p_MemAdd.h>
27#include <polys/templates/p_MemCopy.h>
28#include <polys/kbuckets.h>
29
30#include "p_Procs.inc"
31
Note: See TracBrowser for help on using the repository browser.