From f09b0fc4da61d107dffc0d45489b769326fd8a08 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 Oct 2009 12:00:29 +0200 Subject: Restructuring ready for new simulation method --- src/diffraction.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/diffraction.h (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h new file mode 100644 index 00000000..c32e62c2 --- /dev/null +++ b/src/diffraction.h @@ -0,0 +1,24 @@ +/* + * diffraction.h + * + * Calculate diffraction patterns by Fourier methods + * + * (c) 2007-2009 Thomas White + * + * pattern_sim - Simulate diffraction patterns from small crystals + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef DIFFRACTION_H +#define DIFFRACTION_H + +#include "image.h" +#include "cell.h" + +extern void get_diffraction(struct image *image, UnitCell *cell); + +#endif /* DIFFRACTION_H */ -- cgit v1.2.3