From 43337144f55e73426f2c6a2f33f12e45117da1a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Mar 2011 15:07:59 +0100 Subject: Remove water simulation stuff It's not really useful - our dominant background is from elsewhere --- src/diffraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h index 607b066e..f21147b9 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -28,6 +28,6 @@ typedef enum { extern void get_diffraction(struct image *image, int na, int nb, int nc, const double *intensities, const double *phases, const unsigned char *flags, UnitCell *cell, - int do_water, GradientMethod m, const char *sym); + GradientMethod m, const char *sym); #endif /* DIFFRACTION_H */ -- cgit v1.2.3