diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-31 11:24:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 35a89a55ac05c6f1ce7925bdf26d7346dc6d4a95 (patch) | |
tree | faf53115d2498dd7d1597a7e505862acef172fdd /src/cell.h | |
parent | 9686edbcb2b5aeb4a553779c895b228d2ac56528 (diff) |
Improve cell comparison
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,8 +75,8 @@ extern double resolution(UnitCell *cell, extern void cell_print(UnitCell *cell); -extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose); -extern int cells_similar(UnitCell *c1, UnitCell *c2); +extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, + int reduce); extern UnitCell *load_cell_from_pdb(const char *filename); |