$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52303 - trunk/boost/graph/detail
From: jewillco_at_[hidden]
Date: 2009-04-10 14:55:45
Author: jewillco
Date: 2009-04-10 14:55:45 EDT (Fri, 10 Apr 2009)
New Revision: 52303
URL: http://svn.boost.org/trac/boost/changeset/52303
Log:
Trying to fix CSR constructor
Text files modified:
trunk/boost/graph/detail/indexed_properties.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/detail/indexed_properties.hpp
==============================================================================
--- trunk/boost/graph/detail/indexed_properties.hpp (original)
+++ trunk/boost/graph/detail/indexed_properties.hpp 2009-04-10 14:55:45 EDT (Fri, 10 Apr 2009)
@@ -71,7 +71,7 @@
// Write an element by raw index
void write_by_index(std::size_t idx, const Property& prop)
{
- m_edge_properties[idx] = prop;
+ m_vertex_properties[idx] = prop;
}
// Access to the derived object