summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-19 19:53:50 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-19 19:53:50 +0100
commit5da6f96ece0ecf24c8eade8378ca4c90846a8265 (patch)
tree2250c738a2c8d8a4674a269106727fa74138030a /src/Stitch.cxx
parenteb4b8da95067a71e727571a5da2bede913690dd0 (diff)
cleanups
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;