diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-10-16 18:50:23 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-10-16 18:50:23 +0200 |
commit | 4d255f274791a75b9a7a4c58b319e73c7564e3e9 (patch) | |
tree | 4ad890721ce23b2095e5d59df1a71bcffa6b2d6f | |
parent | cb76a586ca0101990e63e673e4baf52204a5861e (diff) |
whitespace fix
-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 { |