diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 11:59:45 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 11:59:45 +0200 |
commit | a5289c2bbfdc7a04fc3f44b0cead930a2740394b (patch) | |
tree | 892e27db70376944af3c84d0a7fc5b8f5c80de14 /src/relrod.h | |
parent | 929d5f3ee40572b1f96553d0e8d978b1ec205b7f (diff) |
Make the maximum excitation error a parameter to get_reflections
Diffstat (limited to 'src/relrod.h')
-rw-r--r-- | src/relrod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relrod.h b/src/relrod.h index 1dac6057..9bb1762a 100644 --- a/src/relrod.h +++ b/src/relrod.h @@ -19,6 +19,6 @@ #include "image.h" #include "cell.h" -extern void get_reflections(struct image *image, UnitCell *cell); +extern void get_reflections(struct image *image, UnitCell *cell, double smax); #endif /* RELROD_H */ |