|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55353 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-08-01 22:06:54
Author: jewillco
Date: 2009-08-01 22:06:53 EDT (Sat, 01 Aug 2009)
New Revision: 55353
URL: http://svn.boost.org/trac/boost/changeset/55353
Log:
Added missing property iterator update
Text files modified:
trunk/boost/graph/compressed_sparse_row_graph.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/graph/compressed_sparse_row_graph.hpp
==============================================================================
--- trunk/boost/graph/compressed_sparse_row_graph.hpp (original)
+++ trunk/boost/graph/compressed_sparse_row_graph.hpp 2009-08-01 22:06:53 EDT (Sat, 01 Aug 2009)
@@ -1090,6 +1090,7 @@
EPIter temp_prop = current_new_edge_prop;
for (; temp != prev_new_edge; ++old_degree) {
--temp;
+ --temp_prop;
m_column[new_rowstart + old_degree] = temp->second;
inherited_edge_properties::write_by_index(new_rowstart + old_degree, *temp_prop);
}
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