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
08053553
Unverified
Commit
08053553
authored
Jul 03, 2019
by
Joseph Mirabel
Committed by
GitHub
Jul 03, 2019
Browse files
[Minor] Add missing linebreak
parent
71ab5063
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/continuous-validation.cc
View file @
08053553
...
...
@@ -203,7 +203,8 @@ namespace hpp {
ib
=
(
*
_colPair
)
->
indexJointB
();
if
(
ia
<
0
||
ib
<
0
)
{
++
_colPair
;
continue
;}
continue
;
}
switch
(
relMotion
(
ia
,
ib
))
{
case
RelativeMotion
::
Parameterized
:
...
...
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