From d38bf1bc8a3924e796d4d934cd7999232585f281 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 19 Oct 2016 14:37:28 +0200 Subject: Fix weird pointers --- libcrystfel/src/taketwo.c | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index f87446fd..7154c080 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -362,19 +362,17 @@ static int obs_vecs_share_spot(struct SpotVec *her_obs, struct SpotVec *his_obs) static int obs_shares_spot_w_array(struct SpotVec *obs_vecs, int test_idx, - int *members[MAX_NETWORK_MEMBERS], int num) + int *members, int num) { int i; struct SpotVec *her_obs = &obs_vecs[test_idx]; for ( i=0; i