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/sfac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfac.c') diff --git a/src/sfac.c b/src/sfac.c index 436544c8..8b69f2e3 100644 --- a/src/sfac.c +++ b/src/sfac.c @@ -240,7 +240,7 @@ static double get_waas_kirf(const char *n, double s) /* Get complex scattering factors for element 'n' at energy 'en' (J/photon), * at resolution 's' = sin(theta)/lambda (in m^-1) */ -double complex get_sfac(const char *n, double s, double en) +static double complex get_sfac(const char *n, double s, double en) { double complex f1f2; double fq; -- cgit v1.2.3