From 92d00d19d5b4a6b72a35183bea6a83a4062e5eca Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jul 2017 17:25:03 +0200 Subject: Fix typo --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 605ced7f..7ae77f4a 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1518,7 +1518,7 @@ int taketwo_index(struct image *image, void *priv) struct rvec *rlps; int n_rlps = 0; int i; - struct taketwo_private *tp = (struct taketwo_private *)ipriv; + struct taketwo_private *tp = (struct taketwo_private *)priv; rlps = malloc((image_feature_count(image->features)+1)*sizeof(struct rvec)); for ( i=0; ifeatures); i++ ) { -- cgit v1.2.3