Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move RngStream to xbt (public)
[simgrid.git] / src / xbt / RngStream.c
similarity index 99%
rename from src/rngstreams/RngStream.c
rename to src/xbt/RngStream.c
index eb4f695..fb81143 100644 (file)
@@ -12,7 +12,7 @@
 \***********************************************************************/
 
 
-#include "RngStream.h"
+#include "xbt/RngStream.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>