From e0bb806b29f88b8798d66d023263fdf49bad7464 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 24 Apr 2018 17:26:25 +0200 Subject: [PATCH] [SMPI] Change name of #define value --- include/simgrid/smpi/replay.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/simgrid/smpi/replay.hpp b/include/simgrid/smpi/replay.hpp index 2b091a7467..b52cb32bbd 100644 --- a/include/simgrid/smpi/replay.hpp +++ b/include/simgrid/smpi/replay.hpp @@ -2,8 +2,8 @@ /* 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 SMPI_REPLAY_HPP -#define SMPI_REPLAY_HPP +#ifndef SMPI_REPLAY_HPP_ +#define SMPI_REPLAY_HPP_ #include "smpi/smpi.h" #include -- 2.20.1