From 2e9edaf260fdc57ac9034ac304885d83ada381b1 Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Thu, 28 Oct 2021 00:06:47 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 4f46f1381..45f1aa03e 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -15,7 +15,6 @@ * argv[2] = a, argv[3] = b. In this case if the default values N=16, a=1, b=3 * are changed then the tests/assert are disabled. * - * More info: [Link to wikipedia](https://en.wikipedia.org/wiki/Midpoint_method) * * @author [ggkogkou](https://github.com/ggkogkou) */