Commit 6b6fc715 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

remove unnecessary const-ness

1 merge request!3release v0.1.0
Pipeline #42672 passed with stage
Showing with 2 additions and 2 deletions
+2 -2
...@@ -142,7 +142,7 @@ namespace evalhyd ...@@ -142,7 +142,7 @@ namespace evalhyd
const xt::xtensor<double, 2>& q_prd, const xt::xtensor<double, 2>& q_prd,
const std::vector<std::string>& metrics, const std::vector<std::string>& metrics,
const std::string& transform = "none", const std::string& transform = "none",
const double exponent = 1, double exponent = 1,
double epsilon = -9, double epsilon = -9,
const xt::xtensor<bool, 2>& t_msk = {}, const xt::xtensor<bool, 2>& t_msk = {},
const xt::xtensor<std::array<char, 32>, 1>& m_cdt = {}, const xt::xtensor<std::array<char, 32>, 1>& m_cdt = {},
......
...@@ -23,7 +23,7 @@ namespace evalhyd ...@@ -23,7 +23,7 @@ namespace evalhyd
const xt::xtensor<double, 2>& q_prd, const xt::xtensor<double, 2>& q_prd,
const std::vector<std::string>& metrics, const std::vector<std::string>& metrics,
const std::string& transform, const std::string& transform,
const double exponent, double exponent,
double epsilon, double epsilon,
const xt::xtensor<bool, 2>& t_msk, const xt::xtensor<bool, 2>& t_msk,
const xt::xtensor<std::array<char, 32>, 1>& m_cdt, const xt::xtensor<std::array<char, 32>, 1>& m_cdt,
......
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