diff options
-rw-r--r-- | src/ProjectionLSQ.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectionLSQ.cxx b/src/ProjectionLSQ.cxx index d5dd49e..436dd7a 100644 --- a/src/ProjectionLSQ.cxx +++ b/src/ProjectionLSQ.cxx @@ -133,7 +133,7 @@ lsq_df (const gsl_vector * x, void *data, gsl_matrix * J) { c_tilt = gsl_vector_get (x, 2); scale = gsl_vector_get (x, 3); if (dat->distortion_correct) { - k0 = gsl_vector_get (x, 4); + k0 = gsl_vector_get (x, 4); k1 = gsl_vector_get (x, 5); x0 = gsl_vector_get (x, 6); } else { |