# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1225829697 -3600
# Node ID 636fa2f39f1017c4a7153b76b7037e19416d47ce
# Parent 3fb8ed1322de7eb738605582ff668a1ba0120d62
Redo erroneous modification of [7c5d8de2eac7] (#55)
diff --git a/lemon/nauty_reader.h b/lemon/nauty_reader.h
a
|
b
|
|
38 | 38 | /// graphs of several classes with given node number (e.g. |
39 | 39 | /// general, connected, biconnected, triangle-free, 4-cycle-free, |
40 | 40 | /// bipartite and graphs with given edge number and degree |
41 | | /// constraints). This function reads a \e nauty \e graph \e format |
| 41 | /// constraints). This function reads a \e nauty \e graph6 \e format |
42 | 42 | /// line from the given stream and builds it in the given graph. |
43 | 43 | /// |
44 | 44 | /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/ |