diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index d998b7d6..90013999 100644 --- a/src/index.c +++ b/src/index.c @@ -160,7 +160,7 @@ void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, run_mosflm(image, cell); break; case INDEXING_REAX : - reax_index(image, cell); + reax_index(ipriv[n], image, cell); break; } if ( image->ncells == 0 ) { |