diff options
Diffstat (limited to 'libcrystfel/src/indexers/fromfile.h')
-rw-r--r-- | libcrystfel/src/indexers/fromfile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/indexers/fromfile.h b/libcrystfel/src/indexers/fromfile.h index 29d31aee..b91f10ae 100644 --- a/libcrystfel/src/indexers/fromfile.h +++ b/libcrystfel/src/indexers/fromfile.h @@ -3,7 +3,6 @@ * * Perform indexing from solution file * - * * Authors: * 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca> * @@ -44,4 +43,4 @@ extern void *fromfile_prepare(char *solution_filename, UnitCell *cell); extern int fromfile_index(struct image *image, void *mpriv, int crystal_number); -#endif /* FROMFILE_H */
\ No newline at end of file +#endif /* FROMFILE_H */ |