From 8f19f866090440f9c697f219c2c4ae43cbd5ae66 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Fri, 24 Feb 2023 16:49:42 +0100
Subject: [PATCH] fix mistake in list of parameters documented

---
 include/evalhyd/detail/determinist/events.hpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/evalhyd/detail/determinist/events.hpp b/include/evalhyd/detail/determinist/events.hpp
index acda44a..00e7e29 100644
--- a/include/evalhyd/detail/determinist/events.hpp
+++ b/include/evalhyd/detail/determinist/events.hpp
@@ -200,10 +200,8 @@ namespace evalhyd
             /// \param b_exp
             ///     Boostrap samples.
             ///     shape: (samples, time slice)
-            /// \param n_sit
-            ///     Number of sites.
-            /// \param n_ldt
-            ///     Number of lead times.
+            /// \param n_srs
+            ///     Number of prediction series.
             /// \param n_thr
             ///     Number of thresholds.
             /// \param n_mbr
-- 
GitLab