source: git/kernel/gfan.h @ febf7e

spielwiese
Last change on this file since febf7e was 4b81d75, checked in by Hans Schönemann <hannes@…>, 15 years ago
hannes: HAVE_GFAN fixed git-svn-id: file:///usr/local/Singular/svn/trunk@11408 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 334 bytes
Line 
1/*
2gfan.h Interface to gfan.cc
3
4$Author: Singular $
5$Date: 2009-02-19 15:39:08 $
6$Header: /exports/cvsroot-2/cvsroot/kernel/gfan.h,v 1.5 2009-02-19 15:39:08 Singular Exp $
7$Id: gfan.h,v 1.5 2009-02-19 15:39:08 Singular Exp $
8*/
9#ifdef HAVE_GFAN
10#include "intvec.h"
11
12ideal getGB(ideal inputIdeal);
13ideal gfan(ideal inputIdeal);
14#endif
Note: See TracBrowser for help on using the repository browser.