Changeset 01ccdd4 in git for kernel/walkProc.h


Ignore:
Timestamp:
May 4, 2005, 5:46:40 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b92f8fe59ace095733e8701398c8e8b0e07523c3
Parents:
28d253388a7fb55d12c4dcd3aac73c6d2f781240
Message:
*hannes:syntax


git-svn-id: file:///usr/local/Singular/svn/trunk@8050 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/walkProc.h

    r28d253 r01ccdd4  
     1#ifndef WALKPROC_H
     2#define WALKPROC_H
     3#include "walkMain.h"
    14ideal walkProc(leftv first, leftv second);
    25ideal fractalWalkProc(leftv first, leftv second);
    36WalkState walkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
    47WalkState fractalWalkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
     8#endif
    59
    6 
Note: See TracChangeset for help on using the changeset viewer.