aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.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/reflections.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/reflections.h')
-rw-r--r--src/reflections.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 7f287a1..9158d27 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -70,6 +70,7 @@ extern Reflection *reflectionlist_find_nearest_type(ReflectionList *reflectionli
#include "basis.h"
extern ReflectionList *reflection_list_from_cell(Basis *basis);
+extern void reflection_list_from_new_cell(ReflectionList *ordered, Basis *basis);
#endif /* REFLECTION_H */