aboutsummaryrefslogtreecommitdiff
path: root/src/mapping.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-30 21:43:42 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-30 21:43:42 +0000
commitb819cd1defe15f492cd313129832383bf37ca82b (patch)
tree7e0bea26a2f4df7ebf322571b990f97bb91496ac /src/mapping.c
parent9e7d459d47907accbc496f2f1c4c74f131086873 (diff)
Lots of stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@138 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/mapping.c')
-rw-r--r--src/mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapping.c b/src/mapping.c
index 8570966..c2fed73 100644
--- a/src/mapping.c
+++ b/src/mapping.c
@@ -23,7 +23,7 @@ ReflectionList *mapping_create(ControlContext *ctx) {
int i;
/* Create reflection context */
- reflectionlist = reflection_init();
+ reflectionlist = reflectionlist_new();
/* Pass all images through itrans
* (let itrans add the reflections to reflectionlist for now) */