Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
replace multiples allocs by one.
[simgrid.git] / include / xbt / RngStream.h
index 9da40c106880a7a0a49e8dc2881ae4b6c40186aa..06ade631f92af10ce0aad91af288d6c437f09c12 100644 (file)
@@ -13,7 +13,9 @@
 typedef struct RngStream_InfoState * RngStream;
 
 struct RngStream_InfoState {
-   double Cg[6], Bg[6], Ig[6];
+   double Cg[6];
+   double Bg[6];
+   double Ig[6];
    int Anti;
    int IncPrec;
    char *name;