$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63497 - sandbox/odeint/libs/numeric/odeint/examples
From: mario.mulansky_at_[hidden]
Date: 2010-07-02 14:54:38
Author: mariomulansky
Date: 2010-07-01 14:43:22 EDT (Thu, 01 Jul 2010)
New Revision: 63497
URL: http://svn.boost.org/trac/boost/changeset/63497
Log:
test
Text files modified:
sandbox/odeint/libs/numeric/odeint/examples/doc_harm_osc.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/odeint/libs/numeric/odeint/examples/doc_harm_osc.cpp
==============================================================================
--- sandbox/odeint/libs/numeric/odeint/examples/doc_harm_osc.cpp (original)
+++ sandbox/odeint/libs/numeric/odeint/examples/doc_harm_osc.cpp 2010-07-01 14:43:22 EDT (Thu, 01 Jul 2010)
@@ -3,7 +3,7 @@
#include <boost/numeric/odeint.hpp>
//[ rhs_function
-/* The type of container used to hold the state vector */
+/* The state type used to hold the state vector */
typedef std::vector<double> state_type;
const double gam = 0.15;