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
Stack Of Tasks
pinocchio
Commits
06a18f86
Verified
Commit
06a18f86
authored
Apr 08, 2021
by
Justin Carpentier
Browse files
core: add missing explicit
parent
e99e0d9a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/multibody/pool/model.hpp
View file @
06a18f86
...
...
@@ -36,7 +36,7 @@ namespace pinocchio
/// \param[in] model input model used for parallel computations.
/// \param[in] pool_size total size of the pool.
///
ModelPoolTpl
(
const
Model
&
model
,
explicit
ModelPoolTpl
(
const
Model
&
model
,
const
int
pool_size
=
omp_get_max_threads
())
:
m_model
(
model
)
,
m_datas
((
size_t
)
pool_size
,
Data
(
model
))
...
...
Write
Preview
Markdown
is supported
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