diff options
author | Cornelius Gati <cgati@cfelsgi.desy.de> | 2013-01-28 15:47:30 +0100 |
---|---|---|
committer | Cornelius Gati <cgati@cfelsgi.desy.de> | 2013-01-28 15:47:30 +0100 |
commit | b163b4d6cc9bc0312b445047b2a057e685237e02 (patch) | |
tree | 88bd5f9b9d284e616bfcc05bc0ded14e4c3f6519 /libcrystfel/src/xds.h | |
parent | 6594902941cbf9cb1bded9bf11c465766dcf3b6d (diff) |
Changed index.c/.h
Diffstat (limited to 'libcrystfel/src/xds.h')
-rw-r--r-- | libcrystfel/src/xds.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libcrystfel/src/xds.h b/libcrystfel/src/xds.h index 1aedf57f..3521ebc5 100644 --- a/libcrystfel/src/xds.h +++ b/libcrystfel/src/xds.h @@ -1,13 +1,14 @@ /* * grainspotter.h * - * Invoke GrainSpotter for multi-crystal autoindexing + * Invoke xds for crystal autoindexing * * Copyright © 2013 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: * 2010-2013 Thomas White <taw@physics.org> + * 2013 Cornelius Gati <cornelius.gati@cfel.de> * * This file is part of CrystFEL. * @@ -26,8 +27,8 @@ * */ -#ifndef GRAINSPOTTER_H -#define GRAINSPOTTER_H +#ifndef xds_H +#define xds_H #ifdef HAVE_CONFIG_H #include <config.h> @@ -36,7 +37,7 @@ #include "cell.h" -extern void run_grainspotter(struct image *image, UnitCell *cell); +extern void run_xds(struct image *image, UnitCell *cell); -#endif /* GRAINSPOTTER_H */ +#endif /* XDS_H */ |