Changeset 504:6ef30329dd50 in lemon-0.x for src/test/graph_test.cc
- Timestamp:
- 05/03/04 10:13:41 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r503 r504 134 134 m=cm; 135 135 dm=cm; //Copy from another type 136 m=dm; //Copy to another type 136 137 } 137 138 //EdgeMap tests … … 163 164 m=cm; 164 165 dm=cm; //Copy from another type 166 m=dm; //Copy to another type 165 167 } 166 168
Note: See TracChangeset
for help on using the changeset viewer.