X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a80a7488d5a9c1b57d287f939a310ee63c27583..272ccad1b68b6d9c17069f3c934886925bb15b5d:/examples/smpi/NAS/EP-trace/randlc.c diff --git a/examples/smpi/NAS/EP-trace/randlc.c b/examples/smpi/NAS/EP-trace/randlc.c index 624b800df8..4de6c93b88 100644 --- a/examples/smpi/NAS/EP-trace/randlc.c +++ b/examples/smpi/NAS/EP-trace/randlc.c @@ -38,17 +38,17 @@ /************* portable random number generator ************/ /*****************************************************************/ -double randlc( double *X, double *A ) +double randlc( double *X, double *A ) { static int KS=0; - static double R23, R46, T23, T46; - double T1, T2, T3, T4; - double A1; - double A2; - double X1; - double X2; - double Z; - int i, j; + static double R23, R46, T23, T46; + double T1, T2, T3, T4; + double A1; + double A2; + double X1; + double X2; + double Z; + int i, j; if (KS == 0) {