diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-03-19 19:53:50 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-03-19 19:53:50 +0100 |
commit | 5da6f96ece0ecf24c8eade8378ca4c90846a8265 (patch) | |
tree | 2250c738a2c8d8a4674a269106727fa74138030a /src | |
parent | eb4b8da95067a71e727571a5da2bede913690dd0 (diff) |
cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/Stitch.cxx | 2 | ||||
-rw-r--r-- | src/gipfel.cxx | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 9653ae1..db13287 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -579,7 +579,7 @@ stitch(GipfelWidget::sample_mode_t m, win->show(0, argv); st->set_output((OutputImage*) img); st->vignette_calib(m, stitch_w, stitch_h, from, to); - // st->color_calib(m, stitch_w, stitch_h, from, to); + //st->color_calib(m, stitch_w, stitch_h, from, to); } if (type & STITCH_JPEG) { |