diff options
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 */ |