summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stitch.cxx')
-rw-r--r--src/Stitch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index a6c54ce..f0f7236 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -257,7 +257,7 @@ Stitch::vignette_calib(GipfelWidget::sample_mode_t m,
int max_samples = 20000 * 3, n_samples = 0;
int ret;
- int n_vars = 2 ;
+ int n_vars = 2;
gsl_matrix *X, *cov;
gsl_vector *yv, *c;
double chisq;