diff options
author | Thomas White <taw@physics.org> | 2010-04-06 16:31:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-06 17:07:53 +0200 |
commit | 33c6e3f3250c983a13f9967b4ae4923fa7b5cd18 (patch) | |
tree | b0707b930211c4a7b7b4e69d30f721e383c99139 /src/peaks.c | |
parent | b2a409dc46dbd1a1636cba61eda573fc7e379f41 (diff) |
Include filename in --near-bragg output
Diffstat (limited to 'src/peaks.c')
-rw-r--r-- | src/peaks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index db609113..b44bd011 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -404,7 +404,7 @@ void output_intensities(struct image *image, UnitCell *cell) /* Explicit printf() used here (not normally allowed) because * we really want to output to stdout */ - printf("New pattern: %7.5f %7.5f %7.5f %7.5f\n", + printf("New pattern: %s %7.5f %7.5f %7.5f %7.5f\n", image->filename, image->orientation.w, image->orientation.x, image->orientation.y, image->orientation.z); for ( i=0; i<n_hits; i++ ) { |