Boost C++ Libraries: Ticket #9026: Typo in libs/numeric/odeint/examples/lorenz_point.cpp https://svn.boost.org/trac10/ticket/9026 <p> Trunk version contains a typo: </p> <pre class="wiki">point3D operator/(const point3D &amp;p1, const point3D &amp;p2) { return point3D( p1.x/p2.x , p1.y/p2.y , p1.z/p1.z ); } </pre><p> Looks like the <code>p1.z/p1.z</code> must be replaced with <code>p1.z/p2.z</code> (not 100% sure!) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9026 Trac 1.4.3 karsten Thu, 29 Jan 2015 21:10:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9026#comment:1 https://svn.boost.org/trac10/ticket/9026#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket