diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-02 15:04:41 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-02 15:04:41 +0100 |
commit | 9c3d9caa7b6fd066c53abf5773a05a83b30d3688 (patch) | |
tree | 6fba37776a649eb2e36dd82ad77b25e18d10246c /src/intensities.h | |
parent | d19a20b8c457e7e433dcd18e857de34f3f73f834 (diff) |
Match the unit cell to a model cell after indexing
Diffstat (limited to 'src/intensities.h')
-rw-r--r-- | src/intensities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intensities.h b/src/intensities.h index 8f863287..10664ab2 100644 --- a/src/intensities.h +++ b/src/intensities.h @@ -17,7 +17,8 @@ #define INTENSITIES_H #include "image.h" +#include "cell.h" -extern void output_intensities(struct image *image); +extern void output_intensities(struct image *image, UnitCell *cell); #endif /* INTENSITIES_H */ |