diff options
Diffstat (limited to 'src/intensities.h')
-rw-r--r-- | src/intensities.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/intensities.h b/src/intensities.h deleted file mode 100644 index 10664ab2..00000000 --- a/src/intensities.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * intensities.h - * - * Extract intensities from patterns - * - * (c) 2006-2010 Thomas White <taw@physics.org> - * - * Part of CrystFEL - crystallography with a FEL - * - */ - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#ifndef INTENSITIES_H -#define INTENSITIES_H - -#include "image.h" -#include "cell.h" - -extern void output_intensities(struct image *image, UnitCell *cell); - -#endif /* INTENSITIES_H */ |