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.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sfac.h') 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, -- cgit v1.2.3