Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62131 - sandbox/gtl/doc
From: lucanus.j.simonson_at_[hidden]
Date: 2010-05-21 19:53:28


Author: ljsimons
Date: 2010-05-21 19:53:27 EDT (Fri, 21 May 2010)
New Revision: 62131
URL: http://svn.boost.org/trac/boost/changeset/62131

Log:
fix for image file name case sensitivity
Text files modified:
   sandbox/gtl/doc/analysis.htm | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/gtl/doc/analysis.htm
==============================================================================
--- sandbox/gtl/doc/analysis.htm (original)
+++ sandbox/gtl/doc/analysis.htm 2010-05-21 19:53:27 EDT (Fri, 21 May 2010)
@@ -94,7 +94,7 @@
 <a href="GTL_boostcon_draft03.htm">presented</a> at
 <a href="http://www.boostcon.com/home">boostcon</a> 2009.&nbsp; Finally, the
 time required to sort the input points is shown as a common reference for O(n log n)
-runtime to put the data into context.</p><img border="0" src="images/perf_graph.png" width="391" height="414"><p>
+runtime to put the data into context.</p><img border="0" src="images/perf_graph.PNG" width="391" height="414"><p>
 We can see in the log-log plot that sorting and the three Booleans algorithms
 provided by the Boost.Polygon library have nearly 45 degree &quot;linear&quot;
 scaling with empirical exponents just slightly larger than 1.0 and can be


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