Ticket #7457: fix_comment_typo.patch

File fix_comment_typo.patch, 1.0 KB (added by oss.2012.team+A3@…, 10 years ago)

Patch for kamada_kawai_spring_layout.hpp

  • boost/graph/kamada_kawai_spring_layout.hpp

     
    475475   * from every vertex to every other vertex, which is computed in the
    476476   * first stages of the algorithm. This value's type must be a model
    477477   * of BasicMatrix with value type equal to the value type of the
    478    * weight map. The default is a a vector of vectors.
     478   * weight map. The default is a vector of vectors.
    479479   *
    480480   * \param spring_strength (UTIL/OUT) will be used to store the
    481481   * strength of the spring between every pair of vertices. This
    482482   * value's type must be a model of BasicMatrix with value type equal
    483    * to the value type of the weight map. The default is a a vector of
     483   * to the value type of the weight map. The default is a vector of
    484484   * vectors.
    485485   *
    486486   * \param partial_derivatives (UTIL) will be used to store the