Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S(A)MPI] Add/modify include guards
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 10 Aug 2018 09:37:35 +0000 (11:37 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 2 Oct 2018 14:27:51 +0000 (16:27 +0200)
src/smpi/plugins/ampi/ampi.hpp
src/smpi/plugins/ampi/instr_ampi.hpp

index 7f3912e..cee44a3 100644 (file)
@@ -3,8 +3,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 AMPI_HPP
-#define AMPI_HPP
+#ifndef INSTR_AMPI_HPP_
+#define INSTR_AMPI_HPP_
 
 #include <simgrid/s4u.hpp>
 
index 3fc2f74..0ab89c9 100644 (file)
@@ -3,8 +3,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 INSTR_AMPI_HPP_
-#define INSTR_AMPI_HPP_
+#ifndef INSTR_INSTR_AMPI_HPP_
+#define INSTR_INSTR_AMPI_HPP_
 
 #include "smpi/smpi.h"
 #include "src/instr/instr_private.hpp"