From e377768607f11d48106bd1381f1312379c342d7e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 8 Nov 2023 16:24:41 +0100 Subject: Crystal: Remove reference to image structure (part 1) --- src/partialator.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 9b1803b0..76fce8c8 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1614,7 +1614,6 @@ int main(int argc, char *argv[]) return 1; } - crystal_set_image(cr, image_for_crystal); *image_for_crystal = *image; image_for_crystal->n_crystals = 1; image_for_crystal->crystals = malloc(sizeof(Crystal *)); @@ -1835,10 +1834,6 @@ int main(int argc, char *argv[]) /* Clean up */ gsl_rng_free(rng); - for ( icryst=0; icryst