aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-16 17:46:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commitb90ec67959ca72cab7a9339600eeacba37370fa8 (patch)
treeba048d10d38ccd81a745b5db8a2ab33a76871ed0 /src/cell.h
parentc8057fc5efc6275ac05351d1ea79c49a295efc05 (diff)
Add partial matching (against 'a' and 'b' only)
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index fc283837..23b28da5 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -98,6 +98,8 @@ extern void cell_print(UnitCell *cell);
extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose,
int reduce);
+extern UnitCell *match_cell_ab(UnitCell *cell, UnitCell *template);
+
extern UnitCell *load_cell_from_pdb(const char *filename);