diff options
author | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-09-30 21:43:42 +0000 |
---|---|---|
committer | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-09-30 21:43:42 +0000 |
commit | b819cd1defe15f492cd313129832383bf37ca82b (patch) | |
tree | 7e0bea26a2f4df7ebf322571b990f97bb91496ac /src/ipr.c | |
parent | 9e7d459d47907accbc496f2f1c4c74f131086873 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |