From 35a89a55ac05c6f1ce7925bdf26d7346dc6d4a95 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 31 Oct 2010 11:24:44 +0100 Subject: Improve cell comparison --- src/cell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cell.h') 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); -- cgit v1.2.3