diff options
author | Thomas White <taw@physics.org> | 2015-11-27 13:05:33 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-27 13:18:29 +0100 |
commit | 6fc80febf119f9f3183c918f3137a396cbe06e40 (patch) | |
tree | 9b0aa1c9eb5ad43aba38d8513efe5d4daf6b61c2 /libcrystfel/src/cell-utils.h | |
parent | e81e335daf509166fc234c8835203a80d5b21e0d (diff) |
indexamajig: Write target unit cell into stream
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r-- | libcrystfel/src/cell-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index 98bc667c..000c863a 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -57,6 +57,7 @@ extern UnitCell *match_cell_ab(UnitCell *cell, UnitCell *tempcell); extern UnitCell *load_cell_from_pdb(const char *filename); extern UnitCell *load_cell_from_file(const char *filename); +extern void write_cell(UnitCell *cell, FILE *fh); extern int cell_is_sensible(UnitCell *cell); |