Skip to content

Commit

Permalink
Merge pull request #131 from ehb54/us_math2linefit-doxygen
Browse files Browse the repository at this point in the history
Correct Doxygen for US_Math2::linefit
  • Loading branch information
aaron-auc authored Sep 2, 2024
2 parents 6f21039 + ccb2412 commit 3ea1da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/us_math2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*,
Expand Down

0 comments on commit 3ea1da9

Please sign in to comment.