Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kzampog committed Apr 21, 2020
1 parent 7a42bbd commit 0d02a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cilantro/core/covariance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace cilantro {

inline ScalarT getChiSquareThreshold() const { return chi_square_threshold_; }

inline MinimumCovarianceDeterminant& setChiSquareThreshold(int chi_square_threshold) {
inline MinimumCovarianceDeterminant& setChiSquareThreshold(ScalarT chi_square_threshold) {
chi_square_threshold_ = chi_square_threshold;
return *this;
}
Expand Down

0 comments on commit 0d02a83

Please sign in to comment.