diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-21 11:53:32 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | f7d612eb193e718490276b05b55af72cc3e70aac (patch) | |
tree | d870de57986f3e80a3350425bc58e72225c364ff /src/facetron.c | |
parent | 66d003e06152b1da64f28658818771ffa5999286 (diff) |
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/facetron.c')
-rw-r--r-- | src/facetron.c | 2 |
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; |