test/circulation_test.cc
branch1.1
changeset 1258 bdfc038f364c
parent 1172 c18ed26f016c
parent 1257 3e711ee55d31
     1.1 --- a/test/circulation_test.cc	Tue Aug 06 12:19:11 2013 +0200
     1.2 +++ b/test/circulation_test.cc	Wed Aug 07 06:31:47 2013 +0200
     1.3 @@ -73,7 +73,7 @@
     1.4    BarrierMap bar;
     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 Circulation<Digraph, CapMap, CapMap, SupplyMap>
    1.11              ::SetFlowMap<FlowMap>
    1.12 @@ -99,7 +99,7 @@
    1.13    b = const_circ_test.barrier(n);
    1.14    const_circ_test.barrierMap(bar);
    1.15  
    1.16 -  ignore_unused_variable_warning(fm);
    1.17 +  ::lemon::ignore_unused_variable_warning(fm);
    1.18  }
    1.19  
    1.20  template <class G, class LM, class UM, class DM>