aboutsummaryrefslogtreecommitdiff
path: root/src/mapping.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-12 18:18:19 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-12 18:18:19 +0000
commita65405c3a6dee5152697c40e5875ac7d9dffe2da (patch)
treee9c451c3bb5c8a1159807181606bfbd256eb1504 /src/mapping.h
parent9665d9b38ec7d6ae515ef88e2bc849018e096bd2 (diff)
Feature centering
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@192 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/mapping.h')
-rw-r--r--src/mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapping.h b/src/mapping.h
index 380e876..208d46d 100644
--- a/src/mapping.h
+++ b/src/mapping.h
@@ -19,9 +19,9 @@
#include "reflections.h"
#include "control.h"
-extern ReflectionList *mapping_create(ControlContext *ctx);
extern void mapping_adjust_axis(ControlContext *ctx, double offset);
extern int mapping_map_to_space(ImageFeature *refl, double *ddx, double *ddy, double *ddz, double *twotheta);
+extern void mapping_map_features(ControlContext *ctx);
#endif /* MAPPING_H */