diff options
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); |