source: git/kernel/F4.h @ cdec33

spielwiese
Last change on this file since cdec33 was 599326, checked in by Kai Krüger <krueger@…>, 14 years ago
Anne, Kai, Frank: - changes to #include "..." statements to allow cleaner build structure - affected directories: omalloc, kernel, Singular - not yet done: IntergerProgramming git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 480 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 <kernel/tgb_internal.h>
22void go_on_F4 (slimgb_alg* c);
23#endif
Note: See TracBrowser for help on using the repository browser.