diff options
author | Thomas White <taw@physics.org> | 2009-11-25 18:12:14 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 18:12:14 +0100 |
commit | c275432adfec54341839aa903c19a78cde2a734c (patch) | |
tree | a7353d6de885d3ef50d3f623d9c03d0a0139d1a5 /src/detector.c | |
parent | 0a3ed7206e2bc009ba86a8072530a3f18196cf8f (diff) |
Improve progress bar
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index fae37126..16972b56 100644 --- a/src/detector.c +++ b/src/detector.c @@ -182,7 +182,7 @@ void record_image(struct image *image) image->hdr[x + image->width*y] = counts; } - progress_bar(x, image->width-1); + progress_bar(x, image->width-1, "Adding water and noise"); } if ( do_bloom ) { |