aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-01 15:07:59 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:16 +0100
commit43337144f55e73426f2c6a2f33f12e45117da1a6 (patch)
treeda79ab3216ee47e74cf4874c6155d573aeda5bda /src/sfac.c
parent243e7220f23be883826d53b3170a27da84c8a951 (diff)
Remove water simulation stuff
It's not really useful - our dominant background is from elsewhere
Diffstat (limited to 'src/sfac.c')
-rw-r--r--src/sfac.c2
1 files changed, 1 insertions, 1 deletions
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;