Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add include guard.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Aug 2018 14:33:53 +0000 (16:33 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Aug 2018 14:33:53 +0000 (16:33 +0200)
src/smpi/plugins/ampi/ampi.hpp

index 0685cee..7f3912e 100644 (file)
@@ -3,6 +3,9 @@
 /* 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
+
 #include <simgrid/s4u.hpp>
 
 namespace simgrid {
@@ -16,3 +19,4 @@ namespace ampi {
 }
 }
 
+#endif