Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58808 - in sandbox/odeint: boost/numeric/odeint libs/numeric/odeint/doc/html
From: mario.mulansky_at_[hidden]
Date: 2010-01-08 04:39:44


Author: mariomulansky
Date: 2010-01-08 04:39:44 EST (Fri, 08 Jan 2010)
New Revision: 58808
URL: http://svn.boost.org/trac/boost/changeset/58808

Log:
bugfix in bs stepper
Text files modified:
   sandbox/odeint/boost/numeric/odeint/controlled_stepper_bs.hpp | 1 +
   sandbox/odeint/libs/numeric/odeint/doc/html/index.html | 6 +++---
   2 files changed, 4 insertions(+), 3 deletions(-)

Modified: sandbox/odeint/boost/numeric/odeint/controlled_stepper_bs.hpp
==============================================================================
--- sandbox/odeint/boost/numeric/odeint/controlled_stepper_bs.hpp (original)
+++ sandbox/odeint/boost/numeric/odeint/controlled_stepper_bs.hpp 2010-01-08 04:39:44 EST (Fri, 08 Jan 2010)
@@ -18,6 +18,7 @@
 #define BOOST_NUMERIC_ODEINT_CONTROLLED_STEPPER_BS_HPP
 
 #include <limits>
+#include <vector>
 
 #include <boost/numeric/odeint/detail/iterator_algebra.hpp>
 #include <boost/numeric/odeint/concepts/state_concept.hpp>

Modified: sandbox/odeint/libs/numeric/odeint/doc/html/index.html
==============================================================================
--- sandbox/odeint/libs/numeric/odeint/doc/html/index.html (original)
+++ sandbox/odeint/libs/numeric/odeint/doc/html/index.html 2010-01-08 04:39:44 EST (Fri, 08 Jan 2010)
@@ -29,7 +29,7 @@
 </h3></div></div>
 <div><p class="copyright">Copyright © 2009 Karsten Ahnert and Mario Mulansky</p></div>
 <div><div class="legalnotice">
-<a name="id357871"></a><p>
+<a name="id325363"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -57,7 +57,7 @@
       for real life problems and serves just as illustrative example. In <span class="bold"><strong>odeint</strong></span>, the following algorithms are implemented:
     </p>
 <div class="table">
-<a name="id326926"></a><p class="title"><b>Table 1.1. Stepper Algorithms</b></p>
+<a name="id326850"></a><p class="title"><b>Table 1.1. Stepper Algorithms</b></p>
 <div class="table-contents"><table class="table" summary="Stepper Algorithms">
 <colgroup>
 <col>
@@ -205,7 +205,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: December 21, 2009 at 15:25:21 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 03, 2010 at 17:51:02 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>


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