source: git/kernel/F4.h @ abe5c8

spielwiese
Last change on this file since abe5c8 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 469 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.