Changeset 240:bea328c5a8d3 in lemon for lemon/lgf_writer.h
- Timestamp:
- 07/29/08 15:01:30 (16 years ago)
- Branch:
- default
- Parents:
- 239:7b7e3f20bcec (diff), 236:da953e387d31 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lgf_writer.h
r236 r240 935 935 bool local_os; 936 936 937 Graph& _graph;937 const Graph& _graph; 938 938 939 939 std::string _nodes_caption; -
lemon/lgf_writer.h
r237 r240 19 19 ///\ingroup lemon_io 20 20 ///\file 21 ///\brief \ref lgf-format "L emonGraph Format" writer.21 ///\brief \ref lgf-format "LEMON Graph Format" writer. 22 22 23 23
Note: See TracChangeset
for help on using the changeset viewer.