Skip to content

Commit

Permalink
[CORE] Added VP_EXPLICIT to the constructor of vpParticleFitler
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagneau committed Jun 26, 2024
1 parent 9d28644 commit fd71cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/visp3/core/vpParticleFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class VISP_EXPORT vpParticleFilter
* \param[in] nbThreads The number of threads the user would like to use. Negative value to set the maximum number
* of threads available when using OpenMP.
*/
vpParticleFilter(const unsigned int &N, const std::vector<double> &stdev, const long &seed = -1, const int &nbThreads = -1);
VP_EXPLICIT vpParticleFilter(const unsigned int &N, const std::vector<double> &stdev, const long &seed = -1, const int &nbThreads = -1);

inline virtual ~vpParticleFilter() { }

Expand Down

0 comments on commit fd71cd2

Please sign in to comment.