Changeset 01ccdd4 in git


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


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

Legend:

Unmodified
Added
Removed
  • kernel/walkMain.h

    r28d253 r01ccdd4  
     1#ifndef WALKMAIN_H
     2#define WALKMAIN_H
     3
    14#include "intvec.h"
    25#include "int64vec.h"
     
    5558//REPLACES firstWalkStep64 FOR fractalWalk64
    5659WalkState unperturbedFirstStep64(ideal & G,int64vec* currw64, ring destRing);
     60
     61#endif
  • 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.