aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-23 12:54:21 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-23 12:54:21 +0000
commit058f40b511652002f0635c4f1c37a65e6fbcd156 (patch)
tree18ab10d8bba9b90460028ba7d213012ecede5970 /src/reproject.h
parent10f4d845158e331da7b2174394c0c6190018e16c (diff)
SPOT for reflection indicies
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@207 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reproject.h b/src/reproject.h
index 9964048..79aa919 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -20,7 +20,7 @@
#include "image.h"
extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist);
-extern void reproject_partner_features(ImageFeatureList *flist, ImageRecord *image);
+extern void reproject_partner_features(ImageFeatureList *rflist, ImageRecord *image);
extern void reproject_open(ControlContext *ctx);
extern void reproject_lattice_changed(ControlContext *ctx);