diff options
author | Thomas White <taw@physics.org> | 2009-11-30 14:29:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-30 14:29:57 +0100 |
commit | dc0cdc6d8e1bbd5afa112a183a2b7f0d8e5b1908 (patch) | |
tree | a2826f578e4a82f922c6684a2a40f89d23f06f07 /src/intensities.c | |
parent | 30414a13a45643d340e29aa10af4b1045bdea832 (diff) |
Include orientation with intensity list
Diffstat (limited to 'src/intensities.c')
-rw-r--r-- | src/intensities.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intensities.c b/src/intensities.c index 6371fffa..c70e63f7 100644 --- a/src/intensities.c +++ b/src/intensities.c @@ -121,6 +121,9 @@ void output_intensities(struct image *image) /* 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", + image->orientation.w, image->orientation.x, + image->orientation.y, image->orientation.z); for ( i=0; i<n_hits; i++ ) { int intensity; |