jengelh-datetimespielwiese
Last change
on this file since 599326 was
599326,
checked in by Kai Krüger <krueger@…>, 13 years ago
|
Anne, Kai, Frank:
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
746 bytes
|
Line | |
---|
1 | //! \file f5data.h |
---|
2 | /**************************************** |
---|
3 | * Computer Algebra System SINGULAR * |
---|
4 | ****************************************/ |
---|
5 | /* $Id$ */ |
---|
6 | /* |
---|
7 | * ABSTRACT: lpolynomial definition |
---|
8 | */ |
---|
9 | #include <kernel/mod2.h> |
---|
10 | |
---|
11 | #ifdef HAVE_F5 |
---|
12 | #include <kernel/kutil.h> |
---|
13 | #include <kernel/structs.h> |
---|
14 | #include <omalloc.h> |
---|
15 | #include <kernel/polys.h> |
---|
16 | #include <kernel/p_polys.h> |
---|
17 | #include <kernel/ideals.h> |
---|
18 | #include <kernel/febase.h> |
---|
19 | #include <kernel/kstd1.h> |
---|
20 | #include <kernel/khstd.h> |
---|
21 | #include <kernel/kbuckets.h> |
---|
22 | #include <kernel/weight.h> |
---|
23 | #include <kernel/intvec.h> |
---|
24 | #include <kernel/pInline1.h> |
---|
25 | #include <kernel/f5gb.h> |
---|
26 | #include <kernel/f5data.h> |
---|
27 | #include <kernel/f5lists.h> |
---|
28 | /* |
---|
29 | ===================== |
---|
30 | everything is inlined |
---|
31 | ===================== |
---|
32 | */ |
---|
33 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.