diff options
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |