diff options
Diffstat (limited to 'tksao')
-rw-r--r-- | tksao/frame/fvcontour.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fvcontour.C b/tksao/frame/fvcontour.C index 27a31c0..e266f74 100644 --- a/tksao/frame/fvcontour.C +++ b/tksao/frame/fvcontour.C @@ -345,7 +345,7 @@ void FVContour::block(FitsImage* fits, pthread_t* thread, void* targ) return; } for (long ii=0; ii<size; ii++) - dest[size] = FLT_MIN; + dest[ii] = FLT_MIN; short* count = new short[size]; if (!count) { |