Fix missing parameter.

This commit is contained in:
Ryan Curtin
2020-09-03 11:55:11 -04:00
parent 38047948f9
commit 75b6ffb0e6
+2 -1
View File
@@ -149,7 +149,8 @@ extern template bool Load<double>(const std::string&,
extern template bool Load<int>(const std::string&,
arma::Mat<int>&,
const bool,
const bool);
const bool,
const arma::file_type);
extern template bool Load<unsigned int>(const std::string&,
arma::SpMat<unsigned int>&,