Changeset 098f98f in git for kernel/walkProc.h
- Timestamp:
- Jan 6, 2010, 3:55:03 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- eaf66fe9969d8b8c2cf369ea94e7616f379a3229
- Parents:
- b46774f2ffde4294abff59d9fdb51d1914924c72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/walkProc.h
rb46774 r098f98f 4 4 ideal walkProc(leftv first, leftv second); 5 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 );6 WalkState walkConsistency( ring sring, ring dring, int * vperm ); 7 WalkState fractalWalkConsistency( ring sring, ring dring, int * vperm ); 8 8 #endif 9 9
Note: See TracChangeset
for help on using the changeset viewer.