aboutsummaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-22 14:52:04 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-22 14:52:04 +0000
commitb7ba021860c13552972efed75d051f271f025505 (patch)
treef1ef1fbb0424d4d0da89faeeb7cd489f94b55215 /src/image.c
parent51ceb4cfffa10475a5e30dc62e91df4ba59741be (diff)
New cache format stores image features rather than 3D reflection coordinates
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@167 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 7205e0b..83ae271 100644
--- a/src/image.c
+++ b/src/image.c
@@ -77,7 +77,6 @@ void image_add_feature(ImageFeatureList *flist, double x, double y, ImageRecord
flist->features[flist->n_features].x = x;
flist->features[flist->n_features].y = y;
flist->features[flist->n_features].intensity = intensity;
- flist->features[flist->n_features].x = x;
flist->features[flist->n_features].parent = parent;
flist->n_features++;
@@ -104,3 +103,4 @@ void image_feature_list_free(ImageFeatureList *flist) {
free(flist);
}
+