diff options
author | Thomas White <taw@physics.org> | 2011-07-29 11:33:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:35 +0100 |
commit | d7ee0d1aff5be156ba5f71d03d7591f364a2aa04 (patch) | |
tree | 5cb7a2febe0f3cfc82327a1f5b7b1fda587a324d /src/reax.h | |
parent | 529830b38e4380a7a35b454324672aaea19580db (diff) |
Pass IndexingPrivate to ReAx indexer
Diffstat (limited to 'src/reax.h')
-rw-r--r-- | src/reax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ extern IndexingPrivate *reax_prepare(void); -extern void reax_index(struct image *image, UnitCell *cell); +extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell); #endif /* REAX_H */ |