aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-02 15:04:41 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-02 15:04:41 +0100
commit9c3d9caa7b6fd066c53abf5773a05a83b30d3688 (patch)
tree6fba37776a649eb2e36dd82ad77b25e18d10246c /src/intensities.h
parentd19a20b8c457e7e433dcd18e857de34f3f73f834 (diff)
Match the unit cell to a model cell after indexing
Diffstat (limited to 'src/intensities.h')
-rw-r--r--src/intensities.h3
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 */