diff options
Diffstat (limited to 'src/reax.c')
-rw-r--r-- | src/reax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ IndexingPrivate *reax_prepare() } -void reax_index(struct image *image, UnitCell *cell) +void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell) { } |