aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.h
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.h
parent243e7220f23be883826d53b3170a27da84c8a951 (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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sfac.h b/src/sfac.h
index 115dcb5f..e05b3ddf 100644
--- a/src/sfac.h
+++ b/src/sfac.h
@@ -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,