aboutsummaryrefslogtreecommitdiff
path: root/src/sno_charge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sno_charge.c')
-rw-r--r--src/sno_charge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sno_charge.c b/src/sno_charge.c
index f36bfb5..f0d38ec 100644
--- a/src/sno_charge.c
+++ b/src/sno_charge.c
@@ -431,7 +431,7 @@ void init_charge(void)
for (j = 0; j < nq; j++) {
params[0] = x[j];
params[1] = i;
- gsl_integration_cquad(&F, fmax(0.0,x[j]-QSMEAR_ADC*10/MEAN_HIPT), x[j]+QSMEAR_ADC*10/MEAN_HIPT, 0, 1e-4, w, &result, &error, &nevals);
+ gsl_integration_cquad(&F, fmax(0.0,x[j]-QSMEAR_ADC*100/MEAN_HIPT), x[j]+QSMEAR_ADC*100/MEAN_HIPT, 0, 1e-4, w, &result, &error, &nevals);
/* Store the smeared charge PDF in a temporary array since we need
* to keep the original PDF for the next iteration of the loop. */
y[j] = result;