diff options
author | Thomas White <taw@physics.org> | 2011-11-15 13:59:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:40 +0100 |
commit | 25c3d29ed7701cadbb3813878f25b633a7cd7c2d (patch) | |
tree | 2efd3bd84ee6948543b0bc89053f7654047b8542 /src/index-priv.h | |
parent | fb9df2f18def2d0b8fbdbc854c8a8c10e39ce6d9 (diff) |
Move indexing and rendering to libcrystfel
Diffstat (limited to 'src/index-priv.h')
-rw-r--r-- | src/index-priv.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/index-priv.h b/src/index-priv.h deleted file mode 100644 index 3d8c8a22..00000000 --- a/src/index-priv.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * index-priv.h - * - * Indexing private data - * - * (c) 2006-2010 Thomas White <taw@physics.org> - * - * Part of CrystFEL - crystallography with a FEL - * - */ - - -#ifndef INDEXPRIV_H -#define INDEXPRIV_H - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - - -#include "index.h" - -struct _indexingprivate -{ - IndexingMethod indm; -}; - - -#endif /* INDEXPRIV_H */ |