Changeset 1690:7db44a7ab939 in lemon-0.x
- Timestamp:
- 09/30/05 15:10:42 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lemon_writer.h
r1494 r1690 833 833 /// then its prefix character is \c '+' elsewhere \c '-'. 834 834 void writeId(std::ostream& os, const Edge& item) const { 835 if (graph. forward(item)) {835 if (graph.direction(item)) { 836 836 os << "+ "; 837 837 } else {
Note: See TracChangeset
for help on using the changeset viewer.