aboutsummaryrefslogtreecommitdiff
path: root/src/ipr.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/ipr.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/ipr.c')
-rw-r--r--src/ipr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipr.c b/src/ipr.c
index a5845b0..b74ecca 100644
--- a/src/ipr.c
+++ b/src/ipr.c
@@ -51,7 +51,7 @@ static ReflectionList *ipr_generate(ControlContext *ctx, Basis *basis) {
max_res = 1e10; //works until I put some more in the reflect.cache header
}
- ordered = reflection_init();
+ ordered = reflectionlist_new();
max_order_a = max_res/modulus(basis->a.x, basis->a.y, basis->a.z);
max_order_b = max_res/modulus(basis->b.x, basis->b.y, basis->b.z);