From f1f7e3243ed291fa9276585f58f957c3f28d5212 Mon Sep 17 00:00:00 2001 From: taw27 Date: Tue, 21 Aug 2007 17:13:18 +0000 Subject: Stuff git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@70 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/reflections.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/reflections.h') diff --git a/src/reflections.h b/src/reflections.h index 624c1ce..66b30f8 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -65,7 +65,8 @@ typedef struct rctx_struct { } ReflectionContext; extern ReflectionContext *reflection_init(void); -void reflection_clear(ReflectionContext *reflectionctx); +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); @@ -77,3 +78,4 @@ extern void reflection_add_from_reciprocal(ControlContext *ctx, double x, double extern void reflection_add_from_reflection(ReflectionContext *rctx, Reflection *r); #endif /* REFLECTION_H */ + -- cgit v1.2.3