We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a984db commit df5f86aCopy full SHA for df5f86a
SimRomanPot/SimFP420/src/GaussNoiseProducerFP420.cc
@@ -39,7 +39,7 @@ void GaussNoiseProducerFP420::generate(int NumberOfchannels,
39
// draw noise at random according to Gaussian tail
40
41
// initialise default gsl uniform generator engine
42
- static gsl_rng const * mt19937 = gsl_rng_alloc (gsl_rng_mt19937);
+ static gsl_rng const * const mt19937 = gsl_rng_alloc (gsl_rng_mt19937);
43
44
float lowLimit = threshold * noiseRMS;
45
for (int i = 0; i < numberOfNoisyChannels; i++) {
0 commit comments