aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intensities.c3
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;