Commit 25ca41bd authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

remove declarations of unused and undefined functions

No related merge requests found
Pipeline #38529 passed with stages
in 2 minutes and 14 seconds
Showing with 0 additions and 9 deletions
+0 -9
...@@ -129,15 +129,6 @@ namespace evalhyd ...@@ -129,15 +129,6 @@ namespace evalhyd
void calc_QS(); void calc_QS();
void calc_CRPS(); void calc_CRPS();
}; };
xt::xtensor<double, 3> is_above_threshold(
const xt::xtensor<double, 2>&, const xt::xtensor<double, 1>&
);
xt::xtensor<double, 3> is_below_threshold(
const xt::xtensor<double, 2>&, const xt::xtensor<double, 1>&
);
} }
} }
......
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