aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-09 13:44:15 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commitec6823feaef08a4d74cf57ac7fa163068430be63 (patch)
tree3d4e549a7a7d3f48b3c06e5998da226309313b16 /src
parentc19fc76592d457991f38e5e34539772501a05fb6 (diff)
Show point group in cell_print()
Diffstat (limited to 'src')
-rw-r--r--src/cell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell.c b/src/cell.c
index 4c6a4ed7..c1dce498 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -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));
}