1.1 --- a/src/work/jacint/max_flow_test.cc Thu Aug 05 07:57:20 2004 +0000
1.2 +++ b/src/work/jacint/max_flow_test.cc Thu Aug 05 08:53:09 2004 +0000
1.3 @@ -81,7 +81,7 @@
1.4 Graph::EdgeMap<int> flow2(G,0);
1.5 std::cout << "Calling resetFlow() " << std::endl
1.6 << ts << std::endl;
1.7 - max_flow_test.resetFlow(flow2);
1.8 + max_flow_test.setFlow(flow2);
1.9 ts.reset();
1.10 max_flow_test.preflow(max_flow_test.PRE_FLOW);
1.11 std::cout << "Elapsed time of preflow(PRE_FLOW) starting from the zero flow: " << std::endl