diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-09 13:44:15 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | ec6823feaef08a4d74cf57ac7fa163068430be63 (patch) | |
tree | 3d4e549a7a7d3f48b3c06e5998da226309313b16 | |
parent | c19fc76592d457991f38e5e34539772501a05fb6 (diff) |
Show point group in cell_print()
-rw-r--r-- | src/cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -549,6 +549,7 @@ void cell_print(UnitCell *cell) STATUS("cstar = %10.3e %10.3e %10.3e m^-1 (modulus = %10.3e m^-1)\n", csx, csy, csz, modulus(csx, csy, csz)); + STATUS("Point group: %s\n", cell_get_pointgroup(cell)); STATUS("Cell representation is %s.\n", cell_rep(cell)); } |