[Boost-bugs] [Boost C++ Libraries] #9026: Typo in libs/numeric/odeint/examples/lorenz_point.cpp

Subject: [Boost-bugs] [Boost C++ Libraries] #9026: Typo in libs/numeric/odeint/examples/lorenz_point.cpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-21 12:32:17


#9026: Typo in libs/numeric/odeint/examples/lorenz_point.cpp
------------------------------+---------------------
 Reporter: apolukhin | Owner: karsten
     Type: Patches | Status: new
Milestone: To Be Determined | Component: odeint
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 Trunk version contains a typo:

 {{{
 point3D operator/(const point3D &p1, const point3D &p2)
 {
   return point3D( p1.x/p2.x , p1.y/p2.y , p1.z/p1.z );
 }
 }}}

 Looks like the `p1.z/p1.z` must be replaced with `p1.z/p2.z` (not 100%
 sure!)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9026>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC