aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-20 17:06:53 +0100
committerThomas White <taw@physics.org>2019-03-11 16:49:36 +0100
commiteaff24431149de7708b524e857b3c0807cb17c96 (patch)
tree7f3f4c2e0c98a912787d87102b3dbb95fa82968a /libcrystfel/src/cell-utils.h
parent50f27f725b3ce7cd636eb5c92c9f05fee8d6364b (diff)
Simplify the output of cell_print()
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 cf736e4a..47145481 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -52,6 +52,7 @@ extern UnitCell *rotate_cell(UnitCell *in, double omega, double phi,
extern UnitCell *transform_cell_gsl(UnitCell *in, gsl_matrix *m);
extern void cell_print(UnitCell *cell);
+extern void cell_print_full(UnitCell *cell);
extern UnitCell *match_cell(UnitCell *cell, UnitCell *tempcell, int verbose,
const float *ltl, int reduce);