Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57302 - sandbox/odeint/boost/numeric/odeint
From: mario.mulansky_at_[hidden]
Date: 2009-11-03 07:12:01


Author: mariomulansky
Date: 2009-11-03 07:12:00 EST (Tue, 03 Nov 2009)
New Revision: 57302
URL: http://svn.boost.org/trac/boost/changeset/57302

Log:
fixed typo
Text files modified:
   sandbox/odeint/boost/numeric/odeint/euler.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/odeint/boost/numeric/odeint/euler.hpp
==============================================================================
--- sandbox/odeint/boost/numeric/odeint/euler.hpp (original)
+++ sandbox/odeint/boost/numeric/odeint/euler.hpp 2009-11-03 07:12:00 EST (Tue, 03 Nov 2009)
@@ -47,7 +47,7 @@
 
         // provide ContainerType, ResizeType, iterator and value_type to users of this class
         typedef ContainerType container_type;
- typedef ResizerType resizer_type;
+ typedef ResizeType resize_type;
         typedef typename container_type::iterator iterator;
         typedef typename container_type::value_type value_type;
 


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