From 068e6d81696edac815beeb4d16d896330c03747f Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:13:03 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 4c60e180 --- 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 04f4dcfd4..ae62ae096 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -40,7 +40,8 @@ namespace midpoint_rule { /** * @fn double midpoint(const int N, const double h, const double a, const * std::function& func) - * \brief Main function for implementing the Midpoint Integral Method implementation + * \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