# HG changeset patch # User alpar # Date 1121443955 0 # Node ID be178ff8871160e9f64bfdc64cb1a57c494f1d27 # Parent 01707a8a4ca6064e09e376e29b8270ed378ce9f4 Wrap long lines diff -r 01707a8a4ca6 -r be178ff88711 demo/lp_maxflow_demo.cc --- a/demo/lp_maxflow_demo.cc Fri Jul 15 16:01:55 2005 +0000 +++ b/demo/lp_maxflow_demo.cc Fri Jul 15 16:12:35 2005 +0000 @@ -107,8 +107,11 @@ { if(argc<2) { - std::cerr << "USAGE: lp_maxflow_demo " << std::endl; - std::cerr << "The file 'input_file.lgf' has to contain a max flow instance in LEMON format (e.g. sample.lgf is such a file)." << std::endl; + std::cerr << " USAGE: lp_maxflow_demo " << std::endl; + std::cerr << " The file 'input_file.lgf' has to contain a max " + << "flow instance in\n" + << " LEMON format (e.g. sample.lgf is such a file)." + << std::endl; return 0; }