jengelh-datetimespielwiese
Last change
on this file since 58b407 was
58b407,
checked in by Hans Schoenemann <hannes@…>, 10 years ago
|
fix: loading of gfanlib.so, removed HAVE_FANS
|
-
Property mode set to
100644
|
File size:
442 bytes
|
Line | |
---|
1 | #include <kernel/mod2.h> |
---|
2 | |
---|
3 | #include <bbcone.h> |
---|
4 | #include <bbfan.h> |
---|
5 | #include <bbpolytope.h> |
---|
6 | #include <gitfan.h> |
---|
7 | #include"Singular/ipid.h" |
---|
8 | |
---|
9 | template class gfan::Vector<gfan::Integer>; |
---|
10 | template class gfan::Vector<gfan::Rational>; |
---|
11 | template class gfan::Matrix<gfan::Integer>; |
---|
12 | template class gfan::Matrix<gfan::Rational>; |
---|
13 | |
---|
14 | extern "C" int mod_init(SModulFunctions* p) |
---|
15 | { |
---|
16 | bbcone_setup(p); |
---|
17 | bbfan_setup(p); |
---|
18 | bbpolytope_setup(p); |
---|
19 | gitfan_setup(p); |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.