source: git/dyn_modules/callgfanlib/gfanlib.cc @ 58b407

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
9template class gfan::Vector<gfan::Integer>;
10template class gfan::Vector<gfan::Rational>;
11template class gfan::Matrix<gfan::Integer>;
12template class gfan::Matrix<gfan::Rational>;
13
14extern "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.