From 6a6cb3b4d7f15c234a79ff8421a0ae5c1a1dcb2a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Sep 2014 16:07:24 +0200 Subject: Introduce CrystFEL unit cell files --- libcrystfel/src/cell.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'libcrystfel/src/cell.h') diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h index 0a512a43..eecf6007 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -3,15 +3,15 @@ * * A class representing a unit cell * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * Copyright © 2012 Lorenzo Galli * * Authors: - * 2009-2012 Thomas White - * 2010,2012 Richard Kirian - * 2012 Lorenzo Galli + * 2009-2012,2014 Thomas White + * 2010,2012 Richard Kirian + * 2012 Lorenzo Galli * * This file is part of CrystFEL. * @@ -117,6 +117,8 @@ extern UnitCell *cell_new_from_reciprocal_axes(struct rvec as, struct rvec bs, extern UnitCell *cell_new_from_direct_axes(struct rvec as, struct rvec bs, struct rvec cs); +extern int cell_has_parameters(UnitCell *cell); + extern void cell_set_cartesian(UnitCell *cell, double ax, double ay, double az, double bx, double by, double bz, -- cgit v1.2.3