source: git/Singular/Wrappers.h @ 2b78bd

spielwiese
Last change on this file since 2b78bd was 2b78bd, checked in by Frank Seelisch <seelisch@…>, 15 years ago
test code for Minors and C++Wrappers (with defines HAVE_MINOR and HAVE_WRAPPERS) git-svn-id: file:///usr/local/Singular/svn/trunk@12151 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 451 bytes
Line 
1#ifndef WRAPPERS_H
2#define WRAPPERS_H
3
4#ifdef HAVE_WRAPPERS
5
6#include "ring.h"
7#include "polys.h"
8#include "PrettyPrinter.h"
9
10void testWrappers (bool detailedOutput);
11
12typedef poly SingularPoly;
13typedef ring SingularRing;
14
15extern PrettyPrinter prpr;   // for pretty printing
16
17// some enums used for test prior
18// to static casts; see code
19#define UNSPECIFIED_POLY_TYPE 0
20#define CANONICAL_POLY_TYPE 1
21
22#endif // HAVE_WRAPPERS
23
24#endif
25/* WRAPPERS_H */
Note: See TracBrowser for help on using the repository browser.