source: git/kernel/F4.h @ 06662e

spielwiese
Last change on this file since 06662e was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 473 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/* $Id$ */
18/*
19* ABSTRACT: interface for F4 only routines
20*/
21#include "tgb_internal.h"
22void go_on_F4 (slimgb_alg* c);
23#endif
Note: See TracBrowser for help on using the repository browser.