Changeset 349:42c660f58702 in lemon-0.x for src/work/johanna/unionfind.h
- Timestamp:
- 04/17/04 21:19:57 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/johanna/unionfind.h
r218 r349 25 25 int whichComponent(T a) 26 26 { 27 int comp0 = map .get(a);27 int comp0 = map[a]; 28 28 if (comp0 < 0) { 29 29 return insertNewElement(a);
Note: See TracChangeset
for help on using the changeset viewer.