Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Re-add missing quotation mark :(
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 20 Apr 2018 16:23:58 +0000 (18:23 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 20 Apr 2018 16:23:58 +0000 (18:23 +0200)
examples/smpi/replay/replay.cpp

index 399fa79..48923f9 100644 (file)
@@ -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. */
 
-#include xbt/replay.hpp"
+#include "xbt/replay.hpp"
 #include "smpi/smpi.h"
 
 /* This shows how to extend the trace format by adding a new kind of events.