Update of /cvsroot/boost/boost/libs/graph/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11169

Modified Files:
        astar_search.html 
Log Message:
Fix minor typo

Index: astar_search.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/doc/astar_search.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- astar_search.html   15 Sep 2005 15:38:21 -0000      1.4
+++ astar_search.html   25 Jul 2007 20:23:19 -0000      1.5
@@ -443,7 +443,7 @@
   is invoked on edge <i>(u,v)</i> if <i>d[u] + w(u,v) < d[v]</i>.
 <li><b><tt>vis.edge_not_relaxed(e, g)</tt></b>
   is invoked if the edge is not relaxed (see above).
-<li><b><tt>vis.black_target(u, g)</tt></b>
+<li><b><tt>vis.black_target(e, g)</tt></b>
    is invoked when a vertex that is on the CLOSED list is
   "rediscovered" via a more efficient path, and is re-added to the
   OPEN list.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to