diff options
author | Thomas White <taw@physics.org> | 2019-04-29 13:09:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-12 16:35:52 +0200 |
commit | 9805a1aa7475de72bd9da251949490345a93987c (patch) | |
tree | 9cdd40b1107065ed57d23ec5ac9943dd10b0d5c7 /libcrystfel/src | |
parent | 3a12faaa0b22762c218eb1a71b3144fea8c56d64 (diff) |
Set task name for PinkIndexer
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 89c0667a..2653ec74 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -619,6 +619,7 @@ static int try_indexer(struct image *image, IndexingMethod indm, break; case INDEXING_PINKINDEXER : + set_last_task(last_task, "indexing:pinkindexer"); r = run_pinkIndexer(image, mpriv); break; |