diff options
author | Thomas White <taw@physics.org> | 2011-03-01 15:07:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | 43337144f55e73426f2c6a2f33f12e45117da1a6 (patch) | |
tree | da79ab3216ee47e74cf4874c6155d573aeda5bda /src/diffraction.h | |
parent | 243e7220f23be883826d53b3170a27da84c8a951 (diff) |
Remove water simulation stuff
It's not really useful - our dominant background is from elsewhere
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |