diff options
author | Thomas White <taw@physics.org> | 2013-02-08 15:52:19 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-08 15:52:19 -0800 |
commit | 13116e93b01faee7826b5ba95a1dbf5fc3d64b45 (patch) | |
tree | b861e0a2aa50b122485dcd511f90b0caac3316f3 /src/indexamajig.c | |
parent | d8ff3bdfcc020ec296d2ad81209fce744343ad57 (diff) |
Small tweaks
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index d36b2811..97fb1743 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -98,7 +98,7 @@ static void show_help(const char *s) " Default: /processing/hitfinder/peakinfo\n" "\n\n" "For more control over the process, you might need:\n\n" -" --tolerance=<tol> Set the tolerances for cell reduction.\n" +" --tolerance=<tol> Set the tolerances for cell comparison.\n" " Default: 5,5,5,1.5.\n" " --filter-cm Perform common-mode noise subtraction on images\n" " before proceeding. Intensities will be extracted\n" @@ -515,6 +515,7 @@ int main(int argc, char *argv[]) return 1; } free(pdb); + STATUS("This is what I understood your unit cell to be:\n"); cell_print(cell); } else { STATUS("No unit cell given.\n"); |