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/sfac.c | |
parent | 243e7220f23be883826d53b3170a27da84c8a951 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |