From 40b3983f2ceba20aa0058f36e329ba4d6da6a38b Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Mon, 25 Sep 2023 12:12:35 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/hook/outputRange.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/aidge/hook/outputRange.hpp b/include/aidge/hook/outputRange.hpp index e80cd8398..3473145f3 100644 --- a/include/aidge/hook/outputRange.hpp +++ b/include/aidge/hook/outputRange.hpp @@ -14,8 +14,8 @@ * rights reserved. */ -#ifndef outputRange_H_ -#define outputRange_H_ +#ifndef AIDGE_CORE_HOOK_OUTPUTRANGE_H_ +#define AIDGE_CORE_HOOK_OUTPUTRANGE_H_ #include "aidge/operator/Operator.hpp" #include "aidge/hook/hook.hpp" -- GitLab