Changeset 01ccdd4 in git
- Timestamp:
- May 4, 2005, 5:46:40 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- b92f8fe59ace095733e8701398c8e8b0e07523c3
- Parents:
- 28d253388a7fb55d12c4dcd3aac73c6d2f781240
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/walkMain.h
r28d253 r01ccdd4 1 #ifndef WALKMAIN_H 2 #define WALKMAIN_H 3 1 4 #include "intvec.h" 2 5 #include "int64vec.h" … … 55 58 //REPLACES firstWalkStep64 FOR fractalWalk64 56 59 WalkState 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" 1 4 ideal walkProc(leftv first, leftv second); 2 5 ideal fractalWalkProc(leftv first, leftv second); 3 6 WalkState walkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm ); 4 7 WalkState fractalWalkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm ); 8 #endif 5 9 6
Note: See TracChangeset
for help on using the changeset viewer.