aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diffraction.c')
-rw-r--r--src/diffraction.c2
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);
}
}