aboutsummaryrefslogtreecommitdiff
path: root/src/refine.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-14 00:10:13 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-14 00:10:13 +0000
commit80e9ba7cba239814615449f440a450898758c7e6 (patch)
tree671e536d42c573e18ee870ab137eef7c2894f151 /src/refine.c
parent2cf80ca8beaf98868c6c61400cd74636e925def1 (diff)
Colours
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@251 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/refine.c')
-rw-r--r--src/refine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refine.c b/src/refine.c
index 6bd2225..3eb7522 100644
--- a/src/refine.c
+++ b/src/refine.c
@@ -134,6 +134,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);
matrix_vector_show(M, p);
perm = gsl_permutation_alloc(M->size1);