source: git/kernel/F4.h @ 0de0509

spielwiese
Last change on this file since 0de0509 was a9c298, checked in by Hans Schoenemann <hannes@…>, 10 years ago
format stuff
  • Property mode set to 100644
File size: 468 bytes
Line 
1//
2// C++ Interface: F4
3//
4// Description:
5//
6//
7// Author: Michael Brickenstein <bricken@mathematik.uni-kl.de>, (C) 2005
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12#ifndef F4_H
13#define F4_H
14/****************************************
15*  Computer Algebra System SINGULAR     *
16****************************************/
17/*
18* ABSTRACT: interface for F4 only routines
19*/
20#include <kernel/tgb_internal.h>
21void go_on_F4 (slimgb_alg* c);
22#endif
Note: See TracBrowser for help on using the repository browser.