From 2f01e52d0248f769b88aee6067ab2f0ab094f115 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Nov 2009 12:12:47 +0100 Subject: Progress bar improvements --- src/diffraction.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/diffraction.c') diff --git a/src/diffraction.c b/src/diffraction.c index 32047ccc..0fd8dea9 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -177,6 +177,7 @@ void get_diffraction(struct image *image, UnitCell *cell) image->sfacs = malloc(image->width * image->height * sizeof(double complex)); + progress_bar(0, image->width-1); for ( x=0; xwidth; x++ ) { for ( y=0; yheight; y++ ) { -- cgit v1.2.3