lemon/grid_graph.h
changeset 350 b77fb8c32707
parent 348 052cecabcb71
child 372 75cf49ce5390
     1.1 --- a/lemon/grid_graph.h	Wed Oct 22 22:14:00 2008 +0100
     1.2 +++ b/lemon/grid_graph.h	Thu Oct 23 12:39:39 2008 +0200
     1.3 @@ -481,7 +481,7 @@
     1.4    /// origin.
     1.5    ///
     1.6    /// \image html grid_graph.png
     1.7 -  /// \image latex grid_graph.eps "Grid graph" row_num=\textrow_num
     1.8 +  /// \image latex grid_graph.eps "Grid graph" width=\textwidth
     1.9    ///
    1.10    /// A short example about the basic usage:
    1.11    ///\code