aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-24 17:54:49 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-24 17:54:49 +0000
commit55846b287d574815ccbf31243782f302c403917d (patch)
tree663fff21014f643de48ee831eb74e9462ada81b8 /src/reflections.h
parent74d58e5f81c7b010aa4db3627f119f9df47c10fa (diff)
More reprojection
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@75 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 66b30f8..55c294c 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -69,7 +69,7 @@ extern void reflection_clear(ReflectionContext *reflectionctx);
extern void reflection_free(ReflectionContext *reflectionctx);
extern void reflection_add(ReflectionContext *reflectionctx, double x, double y, double z, double intensity, ReflectionType type);
-extern void reflection_add_index(ReflectionContext *reflectionctx, signed int h, signed int k, signed int l, double intensity, ReflectionType type);
+extern Reflection *reflection_add_index(ReflectionContext *reflectionctx, signed int h, signed int k, signed int l, double intensity, ReflectionType type);
#include "control.h"