From 4c60e180aadc626f1da36c22656cef3d692be9ab Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Thu, 28 Oct 2021 12:10:52 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 1fa5770e5..04f4dcfd4 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -39,7 +39,8 @@ namespace numerical_methods { namespace midpoint_rule { /** * @fn double midpoint(const int N, const double h, const double a, const - * std::function& func) \brief Implement midpoint method + * std::function& func) + * \brief Main function for implementing the Midpoint Integral Method implementation * @param N is the number of intervals * @param h is the step * @param a is x0