# HG changeset patch # User Peter Kovacs # Date 1225829697 -3600 # Node ID 636fa2f39f1017c4a7153b76b7037e19416d47ce # Parent 3fb8ed1322de7eb738605582ff668a1ba0120d62 Redo erroneous modification of [7c5d8de2eac7] (#55) diff -r 3fb8ed1322de -r 636fa2f39f10 lemon/nauty_reader.h --- a/lemon/nauty_reader.h Tue Nov 04 10:25:47 2008 +0000 +++ b/lemon/nauty_reader.h Tue Nov 04 21:14:57 2008 +0100 @@ -38,7 +38,7 @@ /// graphs of several classes with given node number (e.g. /// general, connected, biconnected, triangle-free, 4-cycle-free, /// bipartite and graphs with given edge number and degree - /// constraints). This function reads a \e nauty \e graph \e format + /// constraints). This function reads a \e nauty \e graph6 \e format /// line from the given stream and builds it in the given graph. /// /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/