Changeset 1687:7dc3abbb7636 in lemon-0.x
- Timestamp:
- 09/16/05 11:18:28 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2209
- Location:
- demo
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/graph_orientation.cc
r1678 r1687 94 94 if(++def[g.target(e)]>0) active[g.target(e)]=true; 95 95 g.reverseEdge(e); 96 rev[e] !=rev[e];96 rev[e]=!rev[e]; 97 97 } 98 98 else { … … 107 107 //Show the graph 108 108 109 graphToEps(g," indeg_graph_rev_out.eps").scaleToA4().109 graphToEps(g,"graph_orientation.eps").scaleToA4(). 110 110 title("Sample .eps figure (fits to A4)"). 111 111 copyright("(C) 2005 LEMON Project").
Note: See TracChangeset
for help on using the changeset viewer.