[roboptim-commit] [SCM] roboptim branch, trajectory, updated. e7a5e923e458b43e1a6a42a47511695f76ea4
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2009-07-24 01:27:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim". The branch, trajectory has been updated via e7a5e923e458b43e1a6a42a47511695f76ea4de5 (commit) from 9983d73a3a8d10b91db4ef44c3796cf9b64ca789 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e7a5e923e458b43e1a6a42a47511695f76ea4de5 Author: Thomas Moulard <tho...@gm...> Date: Fri Jul 24 10:26:35 2009 +0900 Add missing ``inline''. * include/roboptim/trajectory/free-time-trajectory.hxx: Here. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index d33534c..216b48c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-07-24 Thomas Moulard <tho...@gm...> + Add missing ``inline''. + * include/roboptim/trajectory/free-time-trajectory.hxx: Here. + +2009-07-24 Thomas Moulard <tho...@gm...> + Add missing ``inline'' in header. * include/roboptim/trajectory/free-time-trajectory.hh: Here. diff --git a/include/roboptim/trajectory/free-time-trajectory.hxx b/include/roboptim/trajectory/free-time-trajectory.hxx index 3c8e533..0da3ba4 100644 --- a/include/roboptim/trajectory/free-time-trajectory.hxx +++ b/include/roboptim/trajectory/free-time-trajectory.hxx @@ -26,7 +26,7 @@ namespace roboptim { namespace detail { - Function::value_type + inline Function::value_type scaleTime (Function::value_type unscaled, Function::value_type min, Function::value_type scale) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ .../roboptim/trajectory/free-time-trajectory.hxx | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- roboptim |