Changeset 1577:15098fb5275c in lemon-0.x for demo/coloring.cc
- Timestamp:
- 07/20/05 18:05:04 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/coloring.cc
r1560 r1577 17 17 if(argc<2) 18 18 { 19 std::cerr << "USAGE: coloring <input_file.lgf>" << std::endl;19 std::cerr << "USAGE: coloring input_file.lgf" << std::endl; 20 20 std::cerr << "The file 'input_file.lgf' has to contain a graph in LEMON format together with a nodemap called 'coords' to draw the graph (e.g. sample.lgf is not such a file)." << std::endl; 21 21 return 0;
Note: See TracChangeset
for help on using the changeset viewer.