aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-06 16:27:20 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit25055d3547683604f507c5453781db2723be97c7 (patch)
tree8fc9758eefd1c8ef27ddb5e40f83f2ca9acebc9b /libcrystfel/src/cell-utils.h
parentce12bf3b6739a7a149f2cbed62951240dd536cab (diff)
Add cell_print_oneline
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index 05618385..e98c8da2 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -57,6 +57,7 @@ extern UnitCell *rotate_cell(UnitCell *in, double omega, double phi,
double rot);
extern void cell_print(UnitCell *cell);
+extern void cell_print_oneline(UnitCell *cell);
extern void cell_print_full(UnitCell *cell);
extern UnitCell *load_cell_from_pdb(const char *filename);