Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80814 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2012-10-01 23:05:22


Author: jewillco
Date: 2012-10-01 23:05:22 EDT (Mon, 01 Oct 2012)
New Revision: 80814
URL: http://svn.boost.org/trac/boost/changeset/80814

Log:
Applied patch from #7457; fixes #7457
Text files modified:
   trunk/boost/graph/kamada_kawai_spring_layout.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/graph/kamada_kawai_spring_layout.hpp
==============================================================================
--- trunk/boost/graph/kamada_kawai_spring_layout.hpp (original)
+++ trunk/boost/graph/kamada_kawai_spring_layout.hpp 2012-10-01 23:05:22 EDT (Mon, 01 Oct 2012)
@@ -475,12 +475,12 @@
    * from every vertex to every other vertex, which is computed in the
    * first stages of the algorithm. This value's type must be a model
    * of BasicMatrix with value type equal to the value type of the
- * weight map. The default is a a vector of vectors.
+ * weight map. The default is a vector of vectors.
    *
    * \param spring_strength (UTIL/OUT) will be used to store the
    * strength of the spring between every pair of vertices. This
    * value's type must be a model of BasicMatrix with value type equal
- * to the value type of the weight map. The default is a a vector of
+ * to the value type of the weight map. The default is a vector of
    * vectors.
    *
    * \param partial_derivatives (UTIL) will be used to store the


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk