diff options
author | Thomas White <taw@physics.org> | 2009-11-24 18:31:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-24 18:31:48 +0100 |
commit | 2fdca1853b945192db7e82a3396c70573ed4a677 (patch) | |
tree | ed4ecc945f867cdb8e849dd37bf640a15eb922be /src/sfac.h | |
parent | 6062423d9a94433a228ae822fe2017e4ee103a21 (diff) |
Tidy up, fix things
Diffstat (limited to 'src/sfac.h')
-rw-r--r-- | src/sfac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,5 +55,6 @@ struct molecule extern double complex get_sfac(const char *n, double s, double en); extern struct molecule *load_molecule(void); extern double complex *get_reflections(struct molecule *mol, double en); +extern void get_reflections_cached(struct molecule *mol, double en); #endif /* SFAC_H */ |