diff options
-rw-r--r-- | src/diffraction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index 870569b7..b76154c2 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -420,7 +420,6 @@ void get_diffraction(struct image *image, int na, int nb, int nc, image->data[idx] = I_lattice * I_molecule; image->twotheta[idx] = twotheta; - } progress_bar(fs, image->width-1, "Calculating diffraction"); } |