From e7081b092ab9223925cc863723afbc15b584f96b Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:55:24 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 72322fb7 --- numerical_methods/composite_simpson_rule.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/numerical_methods/composite_simpson_rule.cpp b/numerical_methods/composite_simpson_rule.cpp index 085b431ff..2ca58cbe4 100644 --- a/numerical_methods/composite_simpson_rule.cpp +++ b/numerical_methods/composite_simpson_rule.cpp @@ -35,16 +35,15 @@ * */ -#include /// for assert -#include /// for math functions +#include /// for assert +#include /// for math functions +#include #include /// for integer allocation #include /// for std::atof #include /// for std::function #include /// for IO operations #include /// for std::map container -#include "math.h" - /** * @namespace numerical_methods * @brief Numerical algorithms/methods