Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
File has moved.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 8 Feb 2012 21:16:54 +0000 (22:16 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 8 Feb 2012 21:16:54 +0000 (22:16 +0100)
buildtools/Cmake/DefinePackages.cmake
examples/smpi/mc_bugged1.c
examples/smpi/mc_bugged2.c

index eaf168d..2d5507d 100644 (file)
@@ -425,7 +425,7 @@ set(headers_to_install
        include/xbt/automatonparse_promela.h
        include/xbt/datadesc.h
        include/simgrid/platf.h
        include/xbt/automatonparse_promela.h
        include/xbt/datadesc.h
        include/simgrid/platf.h
-       include/mc/modelchecker.h
+       include/simgrid/modelchecker.h
        include/msg/msg.h
        include/msg/datatypes.h
        include/simdag/simdag.h
        include/msg/msg.h
        include/msg/datatypes.h
        include/simdag/simdag.h
index dae3fdc..699d293 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 #include <mpi.h>
 
 #include <stdio.h>
 #include <mpi.h>
-#include <mc/modelchecker.h>
+#include <simgrid/modelchecker.h>
 
 
 int main(int argc, char **argv)
 
 
 int main(int argc, char **argv)
index 5297b3f..707950e 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 #include <mpi.h>
 
 #include <stdio.h>
 #include <mpi.h>
-#include <mc/modelchecker.h>
+#include <simgrid/modelchecker.h>
 
 
 int main(int argc, char **argv)
 
 
 int main(int argc, char **argv)