aboutsummaryrefslogtreecommitdiff
path: root/src/facetron.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-21 11:53:32 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commitf7d612eb193e718490276b05b55af72cc3e70aac (patch)
treed870de57986f3e80a3350425bc58e72225c364ff /src/facetron.c
parent66d003e06152b1da64f28658818771ffa5999286 (diff)
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/facetron.c')
-rw-r--r--src/facetron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/facetron.c b/src/facetron.c
index fa9754e4..9bef1682 100644
--- a/src/facetron.c
+++ b/src/facetron.c
@@ -87,7 +87,7 @@ static void integrate_image(int mytask, void *tasks)
{
struct integrate_args *all_args = tasks;
struct integrate_args *pargs = &all_args[mytask];
- struct reflhit *spots;
+ struct cpeak *spots;
int j, n;
struct hdfile *hdfile;
struct image *image = pargs->image;