diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c index 620caf7d..8faca4db 100644 --- a/src/index.c +++ b/src/index.c @@ -149,6 +149,11 @@ void index_pattern(struct image *image, IndexingMethod indm, int no_match) if ( image->indexed_cell == NULL ) { STATUS("No cell found.\n"); return; + } else { + STATUS("--------------------\n"); + STATUS("The indexed cell (before matching):\n"); + cell_print(image->indexed_cell); + STATUS("--------------------\n"); } if ( !no_match ) { |