aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
committerThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
commit6a2ebece241fd5d1a82787b446d8eb7b273ae97e (patch)
tree4e60ef94a90351bbf2439b29fbc3284b8176e9a4 /src/index.h
parent6a9811f69425e47b061f4987970681dbbf27a2bd (diff)
Don't try to render PDBs, part II: remove "molecule" from "struct image".
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h7
1 files changed, 5 insertions, 2 deletions
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 */