aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-31 17:23:10 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-31 17:23:10 +0000
commitd2c4ca0e9358b048946ae9f484474826a278f5ac (patch)
treeb2b4c72d3cb9e47d4d7ece1303ceb04514174fc3 /src/reproject.h
parent68aaef4f7d3a73153f6052b731aae559da45a4d2 (diff)
Update the reprojection window after refinement step
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@187 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reproject.h b/src/reproject.h
index a0dfd5f..9964048 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -22,6 +22,7 @@
extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist);
extern void reproject_partner_features(ImageFeatureList *flist, ImageRecord *image);
extern void reproject_open(ControlContext *ctx);
+extern void reproject_lattice_changed(ControlContext *ctx);
#endif /* REPROJECT_H */