From ec9de63005d21053c0473b32a95565610eedbae7 Mon Sep 17 00:00:00 2001 From: lucafedeli88 Date: Tue, 29 Oct 2024 14:54:38 +0100 Subject: [PATCH] fix readability-duplicate-include issue --- .../physics/schwinger/schwinger_pair_engine_core.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/multi_physics/QED/include/picsar_qed/physics/schwinger/schwinger_pair_engine_core.hpp b/multi_physics/QED/include/picsar_qed/physics/schwinger/schwinger_pair_engine_core.hpp index c36296d91..cfa1c9386 100644 --- a/multi_physics/QED/include/picsar_qed/physics/schwinger/schwinger_pair_engine_core.hpp +++ b/multi_physics/QED/include/picsar_qed/physics/schwinger/schwinger_pair_engine_core.hpp @@ -15,9 +15,7 @@ //Should be included by all the src files of the library #include "picsar_qed/qed_commons.h" -//Uses GPU-friendly arrays -#include "picsar_qed/math/vec_functions.hpp" -//Uses vector functions +//Uses GPU-friendly arrays and vector functions #include "picsar_qed/math/vec_functions.hpp" //Uses physical constants #include "picsar_qed/physics/phys_constants.h"