# HG changeset patch # User deba # Date 1131110424 0 # Node ID 896464fe9fbb16785e3cb26beab7bc6b28a66560 # Parent f18e8ca73a8f3f0af6564cf0395d052c375fd861 Hiding :) todos diff -r f18e8ca73a8f -r 896464fe9fbb lemon/bfs.h --- a/lemon/bfs.h Fri Nov 04 12:01:40 2005 +0000 +++ b/lemon/bfs.h Fri Nov 04 13:20:24 2005 +0000 @@ -122,7 +122,6 @@ ///a Bfs traits class. /// ///\author Alpar Juttner - ///\todo A compare object would be nice. #ifdef DOXYGEN template typename disable_if::type - isEuler(const Graph &g) + euler(const Graph &g) { for(typename Graph::NodeIt n(g);n!=INVALID;++n) if(countInEdges(g,n)!=countOutEdges(g,n)) return false;