Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
f8ab2efd
Commit
f8ab2efd
authored
Nov 14, 2019
by
Joseph Mirabel
Browse files
[Minor] Fix compilation warning.
parent
4f456c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/BVH/BVH_model.cpp
View file @
f8ab2efd
...
...
@@ -422,7 +422,8 @@ int BVHModelBase::beginReplaceModel()
return
BVH_ERR_BUILD_EMPTY_PREVIOUS_FRAME
;
}
if
(
prev_vertices
)
delete
[]
prev_vertices
;
prev_vertices
=
NULL
;
if
(
prev_vertices
)
delete
[]
prev_vertices
;
prev_vertices
=
NULL
;
num_vertex_updated
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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