source: git/kernel/tgb.h @ d14343a

spielwiese
Last change on this file since d14343a was b553e5, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken: some doc git-svn-id: file:///usr/local/Singular/svn/trunk@8109 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 214 bytes
Line 
1#ifndef TGB_H
2#define TGB_H
3//! \file tgb.h
4//#define OM_CHECK 3
5//#define OM_TRACK 5
6#include "mod2.h"
7
8#include "ring.h"
9
10#include "structs.h"
11
12
13
14ideal t_rep_gb(ring r,ideal arg_I, BOOLEAN F4_mode=FALSE);
15#endif
Note: See TracBrowser for help on using the repository browser.