diff options
author | Thomas White <taw@physics.org> | 2010-07-14 11:22:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:53 +0100 |
commit | 9c34a0bf65ae8d2fa4ed5bd2cf60b1c9ac5f2351 (patch) | |
tree | 87fb02136e402d3ea3e21f9224d7b2c778895c14 /src/process_hkl.c | |
parent | 7cb53822927c4035fa2a83b9176305706e3ffc40 (diff) |
process_hkl: Show information about symmetry
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index d6659dfb..3a9d8d34 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -442,6 +442,13 @@ int main(int argc, char *argv[]) rewind(fh); STATUS("There are %i patterns to process\n", n_total_patterns); + /* Show useful symmetry information */ + const char *holo = get_holohedral(sym); + int np = num_general_equivs(holo) / num_general_equivs(sym); + STATUS("Resolving from point group %s to %s (%i possibilities)\n", + holo, sym, np); + + n_patterns = 0; f0_valid = 0; do { |