diff options
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; x<image->width; x++ ) { for ( y=0; y<image->height; y++ ) { |