From ec6823feaef08a4d74cf57ac7fa163068430be63 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Dec 2010 13:44:15 -0700 Subject: Show point group in cell_print() --- src/cell.c | 1 + 1 file changed, 1 insertion(+) 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)); } -- cgit v1.2.3