From 55fdffb8a4f92b9b2d1c3c067b43119ce394b5db Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Feb 2013 23:04:44 -0800 Subject: Add cleanup functions for DirAx and MOSFLM --- libcrystfel/src/mosflm.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libcrystfel/src/mosflm.h') diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h index 65aeb631..4bb26afc 100644 --- a/libcrystfel/src/mosflm.h +++ b/libcrystfel/src/mosflm.h @@ -3,13 +3,13 @@ * * Invoke the DPS auto-indexing algorithm through MOSFLM * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * * Authors: * 2010 Richard Kirian - * 2012 Thomas White + * 2012-2013 Thomas White * * This file is part of CrystFEL. * @@ -45,4 +45,6 @@ extern IndexingPrivate *mosflm_prepare(IndexingMethod indm, UnitCell *cell, struct detector *det, struct beam_params *beam, float *ltl); +extern void mosflm_cleanup(IndexingPrivate *pp); + #endif /* MOSFLM_H */ -- cgit v1.2.3