diff options
author | Thomas White <taw@physics.org> | 2011-08-12 11:35:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | 1d6487eabaf7876a23261dae77240a7e40b1a16a (patch) | |
tree | 86a16b02fb47c9598f51f2893aa83a023a758858 /src | |
parent | 420fcb504e9b69d6354698626b1606404c2c0768 (diff) |
Add muppet proofing
Diffstat (limited to 'src')
-rw-r--r-- | src/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c index 74a40e5d..b9de9540 100644 --- a/src/index.c +++ b/src/index.c @@ -144,6 +144,7 @@ void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, if ( indm == NULL ) return; map_all_peaks(image); + image->indexed_cell = NULL; while ( indm[n] != INDEXING_NONE ) { |