1.1 --- a/test/suurballe_test.cc Tue Aug 06 12:21:06 2013 +0200
1.2 +++ b/test/suurballe_test.cc Wed Aug 07 07:09:31 2013 +0200
1.3 @@ -117,7 +117,7 @@
1.4
1.5 int f;
1.6 VType c;
1.7 - ignore_unused_variable_warning(f,c);
1.8 + ::lemon::ignore_unused_variable_warning(f,c);
1.9
1.10 c = const_suurb_test.totalLength();
1.11 f = const_suurb_test.flow(e);
1.12 @@ -129,8 +129,8 @@
1.13 k = const_suurb_test.pathNum();
1.14 Path<Digraph> p = const_suurb_test.path(k);
1.15
1.16 - ignore_unused_variable_warning(fm);
1.17 - ignore_unused_variable_warning(pm);
1.18 + ::lemon::ignore_unused_variable_warning(fm);
1.19 + ::lemon::ignore_unused_variable_warning(pm);
1.20 }
1.21
1.22 // Check the feasibility of the flow