Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, align the 'noexcept' declaration between .hpp and .cpp
[simgrid.git] / include / xbt / RngStream.h
index 9da40c1..06ade63 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;