From 7d8662ffe897dc2438141ecc8848863bad9b9d92 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Feb 2010 16:47:27 +0100 Subject: Move water calculation to diffraction.c, and work out the consequences --- src/image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index a8103b92..349e680c 100644 --- a/src/image.h +++ b/src/image.h @@ -69,9 +69,7 @@ struct rvec /* Structure describing an image */ struct image { - int *hdr; /* Actual counts */ float *data; /* Integer counts after bloom */ - double complex *sfacs; double *twotheta; struct molecule *molecule; UnitCell *indexed_cell; -- cgit v1.2.3