diff options
author | Thomas White <taw@physics.org> | 2017-10-18 10:23:05 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-18 10:23:05 +0200 |
commit | 7f708ef255f068ef9e91941ac3a0a3d0e04e5ff8 (patch) | |
tree | e9298ce158cf2688b7a3af5892aa4f2ea7d379ec /libcrystfel/src/asdf.c | |
parent | f15f4b792826c917f258c2e6195f6994d3450754 (diff) |
Add probe functions to indexing methods
Diffstat (limited to 'libcrystfel/src/asdf.c')
-rw-r--r-- | libcrystfel/src/asdf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcrystfel/src/asdf.c b/libcrystfel/src/asdf.c index 869d9256..9dc5f9d5 100644 --- a/libcrystfel/src/asdf.c +++ b/libcrystfel/src/asdf.c @@ -1188,3 +1188,9 @@ void asdf_cleanup(void *pp) fftw_vars_free(p->fftw); free(p); } + + +const char *asdf_probe(UnitCell *cell) +{ + return "asdf"; +} |