aboutsummaryrefslogtreecommitdiff
path: root/src/refine.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-15 11:38:21 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-15 11:38:21 +0000
commit2241eb356eb4a3971c28fa21f0c9da1e58726ae1 (patch)
tree5acc8007ebd663bbdc854f970c17f836b53ba41b /src/refine.c
parent80e9ba7cba239814615449f440a450898758c7e6 (diff)
Test commit to new repository
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@252 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/refine.c')
-rw-r--r--src/refine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refine.c b/src/refine.c
index 3eb7522..7d77ef6 100644
--- a/src/refine.c
+++ b/src/refine.c
@@ -135,7 +135,7 @@ ImageFeature *refine_fit_image(Basis *cell, ImageRecord *image) {
/* Do the fitting */
//gsl_matrix_set(M, 1, 1, 1.0);
- //gsl_matrix_set(M, 2, 2, 1.0);
+ gsl_matrix_set(M, 2, 2, 1.0);
matrix_vector_show(M, p);
perm = gsl_permutation_alloc(M->size1);
gsl_linalg_LU_decomp(M, perm, &s);