aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-09-12 17:31:43 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:37 +0100
commit1c2e32b7bd576bcb4b249c476373ee697ae92102 (patch)
tree85d5b587621f7714d203d578bee875e1606a3e1e /src/cell.h
parent0dc9653457caa13cc1c87833e88afdd7deea6ec5 (diff)
Check unit cell is sensible
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 23b28da5..b5d31fc6 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -102,5 +102,6 @@ extern UnitCell *match_cell_ab(UnitCell *cell, UnitCell *template);
extern UnitCell *load_cell_from_pdb(const char *filename);
+extern int cell_is_sensible(UnitCell *cell);
#endif /* CELL_H */