test/gomory_hu_test.cc
changeset 983 8b2d4e5d96e4
parent 970 d216e1c8b3fa
parent 982 3e711ee55d31
     1.1 --- a/test/gomory_hu_test.cc	Wed Nov 28 11:58:00 2012 +0100
     1.2 +++ b/test/gomory_hu_test.cc	Wed Aug 07 06:55:05 2013 +0200
     1.3 @@ -68,7 +68,7 @@
     1.4    CutMap cut;
     1.5    Value v;
     1.6    int d;
     1.7 -  ignore_unused_variable_warning(v,d);
     1.8 +  ::lemon::ignore_unused_variable_warning(v,d);
     1.9  
    1.10    GomoryHu<Graph, CapMap> gh_test(g, cap);
    1.11    const GomoryHu<Graph, CapMap>&