[Lemon-commits] [lemon_svn] alpar: r2060 - hugo/trunk/demo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:49:50 CET 2006
Author: alpar
Date: Fri Jul 15 18:12:35 2005
New Revision: 2060
Modified:
hugo/trunk/demo/lp_maxflow_demo.cc
Log:
Wrap long lines
Modified: hugo/trunk/demo/lp_maxflow_demo.cc
==============================================================================
--- hugo/trunk/demo/lp_maxflow_demo.cc (original)
+++ hugo/trunk/demo/lp_maxflow_demo.cc Fri Jul 15 18:12:35 2005
@@ -107,8 +107,11 @@
{
if(argc<2)
{
- std::cerr << "USAGE: lp_maxflow_demo <input_file.lgf>" << 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 <input_file.lgf>" << 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;
}
More information about the Lemon-commits
mailing list