test/preflow_test.cc
branch1.2
changeset 985 b9887ae63df0
parent 972 1fe3b4ad8caa
parent 983 8b2d4e5d96e4
     1.1 --- a/test/preflow_test.cc	Tue Aug 06 12:21:06 2013 +0200
     1.2 +++ b/test/preflow_test.cc	Wed Aug 07 07:09:31 2013 +0200
     1.3 @@ -86,7 +86,7 @@
     1.4    CutMap cut;
     1.5    VType v;
     1.6    bool b;
     1.7 -  ignore_unused_variable_warning(v,b);
     1.8 +  ::lemon::ignore_unused_variable_warning(v,b);
     1.9  
    1.10    typedef Preflow<Digraph, CapMap>
    1.11              ::SetFlowMap<FlowMap>
    1.12 @@ -120,7 +120,7 @@
    1.13    b = const_preflow_test.minCut(n);
    1.14    const_preflow_test.minCutMap(cut);
    1.15  
    1.16 -  ignore_unused_variable_warning(fm);
    1.17 +  ::lemon::ignore_unused_variable_warning(fm);
    1.18  }
    1.19  
    1.20  int cutValue (const SmartDigraph& g,