From: Frederic Suter Date: Wed, 4 Jul 2018 14:25:41 +0000 (+0200) Subject: stupid typo X-Git-Tag: v3_21~565 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/580563c4edbc2c50f9ea72eab17b96ab55007565?hp=b8253e68725ba0f4f15a07fd04bf2ed2b12236c8 stupid typo --- diff --git a/include/simgrid/s4u/Barrier.hpp b/include/simgrid/s4u/Barrier.hpp index b3c6e65dc3..4b578983ec 100644 --- a/include/simgrid/s4u/Barrier.hpp +++ b/include/simgrid/s4u/Barrier.hpp @@ -3,7 +3,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SIMGRID_S4U_BARRIERHPP +#ifndef SIMGRID_S4U_BARRIER_HPP #define SIMGRID_S4U_BARRIER_HPP #include "simgrid/s4u/ConditionVariable.hpp"