aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-04-07 19:26:37 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:24 +0100
commit46e994d788451cd890151ee6a3b6245f78235ea5 (patch)
tree6c9d8087d6106571852a9a5dec315a755eba1a5f /src/calibrate_detector.c
parent5d5e7d1f985b935d070edeb06897ccf95a1c2bf6 (diff)
Fussiness
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index abc92c82..649eef44 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -129,7 +129,7 @@ static struct rvec nearest_bragg(struct image *image, struct rvec q)
gsl_vector_view b = gsl_vector_view_array(hvec, 3);
gsl_vector *x = gsl_vector_alloc(3);
- gsl_permutation * perm = gsl_permutation_alloc(3);
+ gsl_permutation *perm = gsl_permutation_alloc(3);
gsl_linalg_LU_decomp(&m.matrix, perm, &s);
gsl_linalg_LU_solve(&m.matrix, perm, &b.vector, x);