Changeset 1132:0998f70d0b2d in lemon-main
- Timestamp:
- 04/14/15 16:14:32 (10 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/path_dump.h
r1092 r1132 62 62 } 63 63 64 operator consttypename Digraph::Arc() const {64 operator typename Digraph::Arc() const { 65 65 return path->predMap[current]; 66 66 } -
lemon/random.h
r1124 r1132 250 250 current = state + length; 251 251 252 registerWord *curr = state + length - 1;253 registerlong num;252 Word *curr = state + length - 1; 253 long num; 254 254 255 255 num = length - shift;
Note: See TracChangeset
for help on using the changeset viewer.