From 734ea87e2dfb105edf975d82d9931dfbcbeadc2c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 10 Oct 2016 15:27:13 +0200 Subject: Fussiness / boilerplate --- libcrystfel/src/crystal.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libcrystfel/src/crystal.h') diff --git a/libcrystfel/src/crystal.h b/libcrystfel/src/crystal.h index cf9582d7..7552a257 100644 --- a/libcrystfel/src/crystal.h +++ b/libcrystfel/src/crystal.h @@ -7,7 +7,8 @@ * a research centre of the Helmholtz Association. * * Authors: - * 2013-2015 Thomas White + * 2013-2016 Thomas White + * 2016 Valerio Mariani * * This file is part of CrystFEL. * @@ -66,8 +67,8 @@ extern double crystal_get_Bfac(Crystal *cryst); extern struct image *crystal_get_image(Crystal *cryst); extern double crystal_get_mosaicity(Crystal *cryst); extern const char *crystal_get_notes(Crystal *cryst); -extern void crystal_get_det_shift(Crystal *cryst, double *shift_x, - double* shift_y); +extern void crystal_get_det_shift(Crystal *cryst, + double *shift_x, double* shift_y); extern void crystal_set_cell(Crystal *cryst, UnitCell *cell); extern void crystal_set_profile_radius(Crystal *cryst, double r); @@ -83,8 +84,8 @@ extern void crystal_set_Bfac(Crystal *cryst, double B); extern void crystal_set_image(Crystal *cryst, struct image *image); extern void crystal_set_mosaicity(Crystal *cryst, double m); extern void crystal_set_notes(Crystal *cryst, const char *notes); -extern void crystal_set_det_shift(Crystal *cryst, double shift_x, - double shift_y); +extern void crystal_set_det_shift(Crystal *cryst, + double shift_x, double shift_y); extern void crystal_add_notes(Crystal *cryst, const char *notes_add); #ifdef __cplusplus -- cgit v1.2.3