diff options
author | Thomas White <taw@physics.org> | 2011-01-27 19:23:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | d2fb93d03b1bff0f2615f2f35979a35241e07245 (patch) | |
tree | 69a7127d1e640900dfc8201ea45cd417e4b75740 /src/hrs-scaling.c | |
parent | 78647accb62ac3b609c9660e2600211933e8ef09 (diff) |
Silly typo..
Diffstat (limited to 'src/hrs-scaling.c')
-rw-r--r-- | src/hrs-scaling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index 690e5779..b26a44f0 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -70,7 +70,7 @@ static double s_uha(signed int hat, signed int kat, signed int lat, int hi; struct image *image = &images[k]; - struct cpeak *spots = images->cpeaks; + struct cpeak *spots = image->cpeaks; if ( k != a ) continue; @@ -110,7 +110,7 @@ static double s_vha(signed int hat, signed int kat, signed int lat, int hi; struct image *image = &images[k]; - struct cpeak *spots = images->cpeaks; + struct cpeak *spots = image->cpeaks; if ( k != a ) continue; |