------------------------------------------------------------ revno: 3931 committer: Jerome Duriez <[email protected]> timestamp: Mon 2014-04-28 13:49:53 +0200 message: Correction of copy-paste mistake in doc of Bound modified: core/Bound.hpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'core/Bound.hpp' --- core/Bound.hpp 2012-01-23 14:43:54 +0000 +++ core/Bound.hpp 2014-04-28 11:49:53 +0000 @@ -28,7 +28,7 @@ ((Real,sweepLength,0, Attr::readonly,"The length used to increase the bounding boxe size, can be adjusted on the basis of previous displacement if :yref:`BoundDispatcher::targetInterv`>0. |yupdate|")) ((Vector3r,color,Vector3r(1,1,1),,"Color for rendering this object")) ((Vector3r,min,Vector3r(NaN,NaN,NaN),(Attr::noSave | Attr::readonly),"Lower corner of box containing this bound (and the :yref:`Body` as well)")) - ((Vector3r,max,Vector3r(NaN,NaN,NaN),(Attr::noSave | Attr::readonly),"Lower corner of box containing this bound (and the :yref:`Body` as well)")) + ((Vector3r,max,Vector3r(NaN,NaN,NaN),(Attr::noSave | Attr::readonly),"Upper corner of box containing this bound (and the :yref:`Body` as well)")) , /*deprec*/, /* init */,
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

