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-utils.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libcrystfel/src/cell-utils.h') diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index 00071c59..0b900096 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -3,13 +3,13 @@ * * Unit Cell utility functions * - * 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 Lorenzo Galli * * Authors: - * 2009-2012 Thomas White - * 2012 Lorenzo Galli + * 2009-2013,2014 Thomas White + * 2012 Lorenzo Galli * * This file is part of CrystFEL. * @@ -56,6 +56,7 @@ extern UnitCell *match_cell(UnitCell *cell, UnitCell *tempcell, int verbose, extern UnitCell *match_cell_ab(UnitCell *cell, UnitCell *tempcell); extern UnitCell *load_cell_from_pdb(const char *filename); +extern UnitCell *load_cell_from_file(const char *filename); extern int cell_is_sensible(UnitCell *cell); -- cgit v1.2.3