diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 15:10:06 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | 56a9114bbc3160ec25c0ecf0020f85b56830d0cf (patch) | |
tree | b2f1bec8a17860c9520f47e85ed92ba6e444ca92 /src/cell.c | |
parent | 7e8cd2b9ae5af5d0cd32ee1369cbc7a0a35b316c (diff) |
Recurse into 'lib' first; Update makefiles
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |