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.h | |
parent | 243e7220f23be883826d53b3170a27da84c8a951 (diff) |
Remove water simulation stuff
It's not really useful - our dominant background is from elsewhere
Diffstat (limited to 'src/sfac.h')
-rw-r--r-- | src/sfac.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -55,10 +55,6 @@ struct molecule double zc; }; - -/* This is so that the water background calculation can use it */ -extern double complex get_sfac(const char *n, double s, double en); - extern struct molecule *load_molecule(const char *filename); extern void free_molecule(struct molecule *mol); extern double *get_reflections(struct molecule *mol, double en, double res, |