diff options
author | Thomas White <taw@physics.org> | 2010-04-06 16:31:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-06 17:07:53 +0200 |
commit | 33c6e3f3250c983a13f9967b4ae4923fa7b5cd18 (patch) | |
tree | b0707b930211c4a7b7b4e69d30f721e383c99139 /src/image.h | |
parent | b2a409dc46dbd1a1636cba61eda573fc7e379f41 (diff) |
Include filename in --near-bragg output
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index 39719acf..4ba9e5f9 100644 --- a/src/image.h +++ b/src/image.h @@ -76,6 +76,7 @@ struct image { UnitCell *candidate_cells[MAX_CELL_CANDIDATES]; int ncells; struct detector det; + const char *filename; int id; |