aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-03-28 13:34:43 +0200
committerThomas White <taw@bitwiz.org.uk>2010-03-28 13:34:43 +0200
commitfede813224e32f690ba22c7f0a1f22d05b1de8a3 (patch)
tree95c50578e901d9cd3c4813828281db7ae28b23a7 /src/intensities.h
parentf15dc3d8b88c7a4a7054309fbcd5756de8a7fc0b (diff)
Move contents of intensities.{c,h} to peaks.{c,h}
Diffstat (limited to 'src/intensities.h')
-rw-r--r--src/intensities.h24
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 */