spielwiese
Last change
on this file since 6ba162 was
6ba162,
checked in by Hans Schönemann <hannes@…>, 23 years ago
|
This commit was generated by cvs2svn to compensate for changes in r4282,
which included commits to RCS files with non-trunk default branches.
git-svn-id: file:///usr/local/Singular/svn/trunk@4283 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
438 bytes
|
Line | |
---|
1 | // binomial__term_ordering.h |
---|
2 | |
---|
3 | // The class binomial needs to know the class term_ordering and vice versa. |
---|
4 | // But for a beautiful design, I did not want to write this declarations |
---|
5 | // into the same file. The file binter.h simply puts the two corresponding |
---|
6 | // header files together. |
---|
7 | |
---|
8 | #ifndef BINOMIAL__TERM_ORDERING_H |
---|
9 | #define BINONIAL__TERM_ORDERING_H |
---|
10 | |
---|
11 | #include "term_ordering.h" |
---|
12 | #include "binomial.h" |
---|
13 | |
---|
14 | #endif // BINOMIAL__TERM_ORDERING_H |
---|
Note: See
TracBrowser
for help on using the repository browser.