diff options
| -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) {  | 
