source: git/kernel/tgb.h @ 2fc36a

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