source: git/kernel/GBEngine/f5data.cc @ e6cdad

fieker-DuValspielwiese
Last change on this file since e6cdad was e6cdad, checked in by Hans Schoenemann <hannes@…>, 6 years ago
use xalloc if omalloc is disabled
  • Property mode set to 100644
File size: 832 bytes
Line 
1//! \file f5data.h
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/*
6* ABSTRACT: lpolynomial definition
7*/
8
9#include "kernel/mod2.h"
10
11#ifdef HAVE_F5
12#include "kernel/GBEngine/kutil.h"
13#include "kernel/structs.h"
14#ifdef HAVE_OMALLOC
15#include "omalloc/omalloc.h"
16#else
17#include "xalloc/omalloc.h"
18#endif
19#include "kernel/polys.h"
20#include "polys/monomials/p_polys.h"
21#include "kernel/ideals.h"
22#include "kernel/GBEngine/kstd1.h"
23#include "kernel/GBEngine/khstd.h"
24#include "polys/kbuckets.h"
25#include "polys/weight.h"
26#include "misc/intvec.h"
27#include "kernel/polys.h"
28#include "kernel/GBEngine/f5gb.h"
29#include "kernel/GBEngine/f5data.h"
30#include "kernel/GBEngine/f5lists.h"
31/*
32=====================
33everything is inlined
34=====================
35*/
36#endif
Note: See TracBrowser for help on using the repository browser.