From 6a2ebece241fd5d1a82787b446d8eb7b273ae97e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2010 16:23:21 +0100 Subject: Don't try to render PDBs, part II: remove "molecule" from "struct image". --- src/index.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h index 26ce1c44..b30db837 100644 --- a/src/index.h +++ b/src/index.h @@ -18,6 +18,9 @@ #endif +#include "cell.h" + + typedef enum { INDEXING_NONE, INDEXING_DIRAX, @@ -25,7 +28,7 @@ typedef enum { } IndexingMethod; -extern void index_pattern(struct image *image, IndexingMethod indm, - int no_match, int verbose); +extern void index_pattern(struct image *image, UnitCell *cell, + IndexingMethod indm, int no_match, int verbose); #endif /* INDEX_H */ -- cgit v1.2.3