|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70995 - branches/release/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2011-04-04 22:31:39
Author: jewillco
Date: 2011-04-04 22:31:38 EDT (Mon, 04 Apr 2011)
New Revision: 70995
URL: http://svn.boost.org/trac/boost/changeset/70995
Log:
Merged r70875 from trunk
Properties modified:
branches/release/libs/graph/doc/ (props changed)
Text files modified:
branches/release/libs/graph/doc/bundles.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/release/libs/graph/doc/bundles.html
==============================================================================
--- branches/release/libs/graph/doc/bundles.html (original)
+++ branches/release/libs/graph/doc/bundles.html 2011-04-04 22:31:38 EDT (Mon, 04 Apr 2011)
@@ -143,7 +143,7 @@
map[v].zipcodes.push_back(12180);
Map::edge_descriptor e = *out_edges(v, map).first;
map[e].name = "I-87";
-map[e].miles = 10;
+map[e].miles = 10.;
map[e].speed_limit = 65;
map[e].lanes = 4;
map[e].divided = true;
@@ -186,8 +186,8 @@
get(vertex_index, map))));
</pre>
-<p>The type of the returned property map is <code>property_map<Map, int Highway::*>::type</code>
-or <code>property_map<Map, int Highway::*>::const_type</code>, depending on whether the graph
+<p>The type of the returned property map is <code>property_map<Map, double Highway::*>::type</code>
+or <code>property_map<Map, double Highway::*>::const_type</code>, depending on whether the graph
<code>map</code> is non-constant or constant.
<p> You may also access the entire vertex or edge bundle as a property map
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