Commit 3a0f0808 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add missing second template argument for xoptional

1 merge request!3release v0.1.0
Pipeline #42985 passed with stage
in 2 minutes and 6 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -167,7 +167,7 @@ namespace evalhyd ...@@ -167,7 +167,7 @@ namespace evalhyd
xtl::missing<double>(), xtl::missing<double>(),
const xt::xexpression<XB2>& t_msk = XB2({}), const xt::xexpression<XB2>& t_msk = XB2({}),
const xt::xtensor<std::array<char, 32>, 1>& m_cdt = {}, const xt::xtensor<std::array<char, 32>, 1>& m_cdt = {},
xtl::xoptional<const std::unordered_map<std::string, int>> bootstrap = xtl::xoptional<const std::unordered_map<std::string, int>, bool> bootstrap =
xtl::missing<const std::unordered_map<std::string, int>>(), xtl::missing<const std::unordered_map<std::string, int>>(),
const std::vector<std::string>& dts = {} const std::vector<std::string>& dts = {}
) )
......
...@@ -145,7 +145,7 @@ namespace evalhyd ...@@ -145,7 +145,7 @@ namespace evalhyd
const xt::xexpression<XD2>& q_thr = XD2({}), const xt::xexpression<XD2>& q_thr = XD2({}),
const xt::xexpression<XB4>& t_msk = XB4({}), const xt::xexpression<XB4>& t_msk = XB4({}),
const xt::xtensor<std::array<char, 32>, 2>& m_cdt = {}, const xt::xtensor<std::array<char, 32>, 2>& m_cdt = {},
xtl::xoptional<const std::unordered_map<std::string, int>> bootstrap = xtl::xoptional<const std::unordered_map<std::string, int>, bool> bootstrap =
xtl::missing<const std::unordered_map<std::string, int>>(), xtl::missing<const std::unordered_map<std::string, int>>(),
const std::vector<std::string>& dts = {} const std::vector<std::string>& dts = {}
) )
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment