From 27f76052df74c24765ca52d55f6b4be7c47b4c16 Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Fri, 29 Oct 2021 17:17:43 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index fcbea7e7e..1c6f5b8c7 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -23,7 +23,7 @@ #include /// for std::atof #include /// for std::function #include /// for IO operations -#include /// for integer allocation +#include /// for integer allocation #include /// for std::map container /**