Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-core
Commits
bac99b92
Commit
bac99b92
authored
Apr 24, 2008
by
florent
Browse files
Typo.
parent
4a8fc00e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hppCore/hppPlanner.h
View file @
bac99b92
...
...
@@ -91,8 +91,8 @@ class ChppPlanner {
\return The i_rank-th problem
*/
ChppProblem
*
hppProblem
(
unsigned
int
inRank
)
{
if
(
i
_r
ank
<
getNbHppProblems
())
return
&
(
hppProblemVector
.
at
(
i
_r
ank
));
if
(
i
nR
ank
<
getNbHppProblems
())
return
&
(
hppProblemVector
.
at
(
i
nR
ank
));
else
return
NULL
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment