diff options
author | Thomas White <taw@physics.org> | 2014-03-10 13:55:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-03-10 13:55:16 +0100 |
commit | afebe167c384a280412353d805b7c97a249e2a6d (patch) | |
tree | a98597f91a0bd0e0fa883b0116a215996894fd48 /src | |
parent | 9f768cc81e9b09a153c0ca77ccaeb91c5a0766d3 (diff) |
Remove old stuff
Diffstat (limited to 'src')
-rw-r--r-- | src/ambigator.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index 851c2d02..03561f6c 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -321,7 +321,6 @@ struct queue_args int n_to_do; int mean_nac; int nmean_nac; - gsl_permutation *p; struct cc_list *ccs; struct flist **crystals; @@ -524,7 +523,6 @@ static struct cc_list *calc_ccs(struct flist **crystals, int n_crystals, for ( i=0; i<nthreads; i++ ) { gsl_rng_free(qargs.rngs[i]); } - gsl_permutation_free(qargs.p); *pmean_nac = (float)qargs.mean_nac/qargs.nmean_nac; |