diff options
author | Thomas White <taw@physics.org> | 2010-03-26 18:23:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 18:23:32 +0100 |
commit | d79e90a428846d5944633bbe334cafd0ed9fc926 (patch) | |
tree | 30cf88eb5b9cdef834368546a04cf6b2d8174b84 /src/sfac.h | |
parent | 6a2ebece241fd5d1a82787b446d8eb7b273ae97e (diff) |
Don't try to render PDBs, part III: tidy up and fix
Diffstat (limited to 'src/sfac.h')
-rw-r--r-- | src/sfac.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |