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
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
Hide whitespace changes
Inline
Side-by-side
src/multibody/pool/model.hpp
View file @
06a18f86
...
...
@@ -36,8 +36,8 @@ namespace pinocchio
/// \param[in] model input model used for parallel computations.
/// \param[in] pool_size total size of the pool.
///
ModelPoolTpl
(
const
Model
&
model
,
const
int
pool_size
=
omp_get_max_threads
())
explicit
ModelPoolTpl
(
const
Model
&
model
,
const
int
pool_size
=
omp_get_max_threads
())
:
m_model
(
model
)
,
m_datas
((
size_t
)
pool_size
,
Data
(
model
))
,
m_size
(
pool_size
)
...
...
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