Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 62183aacf906f4aff771295aa378cff039dd50ff.
The apparent slowness was due to a bug introduced in August 2019.
See 2a8f415df845064186baa833f9fe1ad91c0f5753.
|
|
Commented out debug message is no longer relevant
|
|
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a
minority of patterns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Index this frame" needs to make sure that peaks have been found,
regardless of whether they're being displayed or not.
|
|
|
|
|
|
Introduced by ee5e7f49c4c5826 and caught by standard test suite.
|
|
Not needed, and prevents compilation on Mac OS.
|
|
|
|
This causes a compilation failure when Cairo is not available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have to pass the crystfelproject anyway, to add the new results to
the list. It seems messy to pass everything else separately, when at
this moment the values must be exactly what is in the project structure
anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Missed during 4bb4779998.
|
|
add_result() takes ownership of all of these
|
|
|
|
|
|
|
|
|
|
|
|
|