diff options
Diffstat (limited to 'scripts/peakogram-stream')
-rwxr-xr-x | scripts/peakogram-stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/peakogram-stream b/scripts/peakogram-stream index 22ce4680..c74a1791 100755 --- a/scripts/peakogram-stream +++ b/scripts/peakogram-stream @@ -114,7 +114,7 @@ if f: print("Cell: "+str(cell)) if n%1000==0: - sys.stdout.write("\r%i peaks found" % n) + sys.stdout.write("\r%i predicted reflections found" % n) sys.stdout.flush() if n >= args.nmax: |