diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-11-18 15:22:25 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-11-18 15:22:25 +0100 |
commit | 7f004b45f39c9207a6a233217f983c9b269bca45 (patch) | |
tree | 7a03f7d670eae4f6e62498686901afac6071171f /src/diffraction.c | |
parent | 99569f2f6cf574e88441d3de888f825b6d7b2ed7 (diff) |
Add progress bar
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index 8d26dc7c..25b8c3b4 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -136,6 +136,6 @@ void get_diffraction(struct image *image, UnitCell *cell) image->sfacs[x + image->width*y] = f_lattice * f_molecule; } - printf("x=%i\n", x); + progress_bar(x, image->width-1); } } |