spielwiese
Last change
on this file since 01ccdd4 was
01ccdd4,
checked in by Hans Schönemann <hannes@…>, 18 years ago
|
*hannes:syntax
git-svn-id: file:///usr/local/Singular/svn/trunk@8050 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
316 bytes
|
Rev | Line | |
---|
[01ccdd4] | 1 | #ifndef WALKPROC_H |
---|
| 2 | #define WALKPROC_H |
---|
| 3 | #include "walkMain.h" |
---|
[841e96d] | 4 | ideal walkProc(leftv first, leftv second); |
---|
| 5 | ideal fractalWalkProc(leftv first, leftv second); |
---|
| 6 | WalkState walkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm ); |
---|
| 7 | WalkState fractalWalkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm ); |
---|
[01ccdd4] | 8 | #endif |
---|
[841e96d] | 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.