aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-31 11:24:44 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commit35a89a55ac05c6f1ce7925bdf26d7346dc6d4a95 (patch)
treefaf53115d2498dd7d1597a7e505862acef172fdd /src/cell.h
parent9686edbcb2b5aeb4a553779c895b228d2ac56528 (diff)
Improve cell comparison
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cell.h b/src/cell.h
index d3edb503..c5b5d888 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -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);