From 4676d2c74e1a29d8aa5c0da56cb67ba7a6bb7e0f Mon Sep 17 00:00:00 2001 From: taw27 Date: Tue, 30 Oct 2007 17:29:17 +0000 Subject: Refinement framework git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@185 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapping.c') diff --git a/src/mapping.c b/src/mapping.c index def29c4..668bfc4 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -21,7 +21,7 @@ #include "displaywindow.h" #include "cache.h" -static int mapping_map_to_space(ImageFeature *refl, double *ddx, double *ddy, double *ddz, double *twotheta) { +int mapping_map_to_space(ImageFeature *refl, double *ddx, double *ddy, double *ddz, double *twotheta) { /* "Input" space */ double d, x, y; -- cgit v1.2.3