Changeset 2174:f9e43b5cc617 in lemon-0.x for demo/strongly_connected_orientation.cc
- Timestamp:
- 08/10/06 15:52:56 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/strongly_connected_orientation.cc
r2173 r2174 46 46 47 47 Color color(bool c) { 48 return c ? Color(0.0, 0.0, 0.0) : Color(1.0, 0.0, 0.0);48 return c ? BLACK : RED; 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.