From 11250cd9c15e5c5b6090b4455de9a412e2ccaad2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 25 Nov 2009 13:41:50 +0100 Subject: Progress bar for image calculation --- src/detector.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/detector.c') diff --git a/src/detector.c b/src/detector.c index dc378480..1816b981 100644 --- a/src/detector.c +++ b/src/detector.c @@ -174,6 +174,7 @@ void record_image(struct image *image) image->hdr[x + image->width*y] = counts; } + progress_bar(x, image->width-1); } if ( do_bloom ) { -- cgit v1.2.3