diff options
author | Thomas White <taw@physics.org> | 2010-03-29 16:15:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-29 16:15:57 +0200 |
commit | 2f515b4fe79633279baf989191fc3c1e04f56175 (patch) | |
tree | 74483273fb22ab4907cc844a160380031e8a1318 /src/sfac.h | |
parent | e2b7964688457b12fa171ec1d8c6c5e7670f0e96 (diff) |
get_hkl: Only *save* reflections out to a certain resolution
Diffstat (limited to 'src/sfac.h')
-rw-r--r-- | src/sfac.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ 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 double *get_reflections(struct molecule *mol, double en, double res); +extern double *get_reflections(struct molecule *mol, double en, double res, + unsigned int *counts); #endif /* SFAC_H */ |