diff -r 6a8a688eacf6 -r 2f00ef323c2e test/edmonds_karp_test.cc --- a/test/edmonds_karp_test.cc Thu Feb 28 18:17:53 2013 +0100 +++ b/test/edmonds_karp_test.cc Thu Feb 28 18:05:56 2013 +0100 @@ -83,7 +83,7 @@ bool b; ignore_unused_variable_warning(v,b); typedef EdmondsKarp - ::DefFlowMap + ::SetFlowMap ::Create EKType; EKType ek_test(g, cap, n, n); const EKType& const_ek_test = ek_test;