aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/taketwo.h
AgeCommit message (Collapse)Author
2021-07-14Make all the indexer-specific option structures non-opaqueThomas White
Making them opaque seemed like a nice idea, because all the indexers could take care of their own command-line arguments. However, it doesn't work at all when indexing is run via the API.
2021-03-11Update copyright dates in libcrystfel/src/indexersThomas White
2020-08-20Add default_method_options()Thomas White
This allows the indexing method private options structures to be set up easily.
2020-08-07Move indexers out of APIThomas White