From ccb2412745bffd920109204b23d73bfdfd8f1ef2 Mon Sep 17 00:00:00 2001 From: Lukas Dobler <69309597+doluk@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:59:33 +0200 Subject: [PATCH] Correct Doxygen for US_Math2::linefit --- utils/us_math2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/us_math2.h b/utils/us_math2.h index 080b5a9fb..5e6d6f1cc 100644 --- a/utils/us_math2.h +++ b/utils/us_math2.h @@ -105,7 +105,7 @@ class US_UTIL_EXTERN US_Math2 //! \param y Pointer to an array of y values //! \param slope Pointer to location to return the line's slope //! \param intercept Pointer to location to return the line's y intercept - //! \param sigma Pointer to location to return the standard deviation + //! \param sigma Pointer to location to return the square root of the population variance (not related to the fit result) //! \param correlation Pointer to location to return the correlation //! \param arraysize Input array size static double linefit ( double**, double**, double*, double*, double*,