Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Change name of #define value
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 24 Apr 2018 15:26:25 +0000 (17:26 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 21 Jun 2018 10:08:15 +0000 (12:08 +0200)
include/simgrid/smpi/replay.hpp

index 2b091a7..b52cb32 100644 (file)
@@ -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. */
 
 /* 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 <simgrid/s4u/Actor.hpp>
 
 #include "smpi/smpi.h"
 #include <simgrid/s4u/Actor.hpp>