diff options
author | Thomas White <taw@physics.org> | 2012-06-28 17:24:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-06-28 17:24:56 +0200 |
commit | 9f86f285dd59583866ad69149fa0b2dd324b918a (patch) | |
tree | 122c7c57cf0555c0fdfb16cbdc65283d0262f84f | |
parent | 18e3a7f47dfb9fd5ca732d4f21404e29e88873da (diff) |
Formatting
-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"); } |