From 9c3d9caa7b6fd066c53abf5773a05a83b30d3688 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 2 Feb 2010 15:04:41 +0100 Subject: Match the unit cell to a model cell after indexing --- src/intensities.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/intensities.h') 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 */ -- cgit v1.2.3