From eaff24431149de7708b524e857b3c0807cb17c96 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 20 Feb 2019 17:06:53 +0100 Subject: Simplify the output of cell_print() --- libcrystfel/src/cell-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/cell-utils.h') 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); -- cgit v1.2.3