diff --git a/src/support/mt19937ar.c b/src/support/mt19937ar.c index dc062e7d3..f5b5f286d 100644 --- a/src/support/mt19937ar.c +++ b/src/support/mt19937ar.c @@ -61,7 +61,8 @@ static unsigned long mt_save[N]; /* save state from before latest genrand */ /* initializes mt[N] with a seed */ void meep_mt_init_genrand(unsigned long s) { - for (int i=0; i