diff --git a/src/utils.hpp b/src/utils.hpp index 14cf00290d177d524c001a5e6dc5add9228b78bb..863763939b2b57b27c83cdc9696f6917348d761e 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -113,7 +113,7 @@ namespace evalhyd metric) != threshold_metrics.end()) if (thresholds.size() < 1) throw std::runtime_error( - "missing parameter 'thresholds' required to " + "missing thresholds *q_thr* required to " "compute " + metric ); }