From 50ffbc353574996546e51a61ec4566f461769fc3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 Nov 2009 15:43:05 +0100 Subject: Move scattering factor stuff to new file --- src/sfac.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/sfac.h (limited to 'src/sfac.h') diff --git a/src/sfac.h b/src/sfac.h new file mode 100644 index 00000000..afa84f84 --- /dev/null +++ b/src/sfac.h @@ -0,0 +1,23 @@ +/* + * sfac.h + * + * Scattering factors + * + * (c) 2007-2009 Thomas White + * + * pattern_sim - Simulate diffraction patterns from small crystals + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef SFAC_H +#define SFAC_H + +#include + +extern double complex get_sfac(const char *n, double s, double en); + +#endif /* SFAC_H */ -- cgit v1.2.3