From 212ed1d2401348802e1e24ebe16dec69f215c039 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Mar 2010 15:39:54 +0100 Subject: Tidy up another message --- src/index.c | 3 --- src/indexamajig.c | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.c b/src/index.c index 470d9e4c..f5090265 100644 --- a/src/index.c +++ b/src/index.c @@ -35,9 +35,6 @@ static void write_drx(struct image *image) FILE *fh; int i; - STATUS("Writing xfel.drx file. Remember that it uses units of " - "reciprocal Angstroms!\n"); - fh = fopen("xfel.drx", "w"); if ( !fh ) { ERROR("Couldn't open temporary file xfel.drx\n"); diff --git a/src/indexamajig.c b/src/indexamajig.c index e42991c4..ab4642b3 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -51,7 +51,8 @@ static void show_help(const char *s) " --verbose Be verbose about indexing.\n" " --write-drx Write 'xfel.drx' for visualisation of reciprocal\n" " space. Implied by any indexing method other than\n" -" 'none'.\n" +" 'none'. Beware: the units in this file are\n" +" reciprocal Angstroms.\n" " --dump-peaks Write the results of the peak search to stdout.\n" " --near-bragg Output a list of reflection intensities to stdout.\n" " --simulate Simulate the diffraction pattern using the indexed\n" -- cgit v1.2.3