aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-08 15:10:06 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:08 +0100
commit56a9114bbc3160ec25c0ecf0020f85b56830d0cf (patch)
treeb2f1bec8a17860c9520f47e85ed92ba6e444ca92 /src/cell.c
parent7e8cd2b9ae5af5d0cd32ee1369cbc7a0a35b316c (diff)
Recurse into 'lib' first; Update makefiles
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell.c b/src/cell.c
index fa3cfb0a..4c6a4ed7 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -887,7 +887,7 @@ UnitCell *load_cell_from_pdb(const char *filename)
notrail(sym);
cell_set_pointgroup_from_pdb(cell, sym);
cell->spacegroup = sym;
-
+
} else {
cell_set_pointgroup_from_pdb(cell, "P 1");
cell->spacegroup = strdup("P 1");