id summary reporter owner description type status milestone component version severity resolution keywords cc 9026 Typo in libs/numeric/odeint/examples/lorenz_point.cpp Antony Polukhin karsten "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!)" Patches closed To Be Determined odeint Boost 1.54.0 Problem fixed