aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 18:23:32 +0100
committerThomas White <taw@physics.org>2010-03-26 18:23:32 +0100
commitd79e90a428846d5944633bbe334cafd0ed9fc926 (patch)
tree30cf88eb5b9cdef834368546a04cf6b2d8174b84 /src/sfac.h
parent6a2ebece241fd5d1a82787b446d8eb7b273ae97e (diff)
Don't try to render PDBs, part III: tidy up and fix
Diffstat (limited to 'src/sfac.h')
-rw-r--r--src/sfac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sfac.h b/src/sfac.h
index fea97022..1367abbd 100644
--- a/src/sfac.h
+++ b/src/sfac.h
@@ -55,12 +55,12 @@ struct molecule
};
+/* 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(void);
extern void free_molecule(struct molecule *mol);
-extern struct molecule *copy_molecule(struct molecule *orig);
-extern double complex *get_reflections(struct molecule *mol, double en);
-extern void get_reflections_cached(struct molecule *mol, double en);
+extern double *get_reflections(struct molecule *mol, double en);
#endif /* SFAC_H */