From 7af9b8fd58fd613368391e4b733ee60758148ca9 Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Thu, 28 Oct 2021 00:08:03 +0300 Subject: [PATCH] Update midpoint_integral_method.cpp --- numerical_methods/midpoint_integral_method.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 45f1aa03e..8e3faeb94 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -1,6 +1,6 @@ -/*! +/** * @file - * \brief A numerical method for easy [approximation of + * @brief A numerical method for easy [approximation of * integrals](https://en.wikipedia.org/wiki/Midpoint_method) \details The idea * is to split the interval into N of intervals and use as interpolation points * the xi for which it applies that xi = x0 + i*h, where h is a step defined as