aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.h
diff options
context:
space:
mode:
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 */