source: git/kernel/walkProc.h @ 338842d

spielwiese
Last change on this file since 338842d was 01ccdd4, checked in by Hans Schönemann <hannes@…>, 19 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
Line 
1#ifndef WALKPROC_H
2#define WALKPROC_H
3#include "walkMain.h"
4ideal walkProc(leftv first, leftv second);
5ideal fractalWalkProc(leftv first, leftv second);
6WalkState walkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
7WalkState fractalWalkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
8#endif
9
Note: See TracBrowser for help on using the repository browser.