From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/multislice.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/multislice.h (limited to 'src/multislice.h') diff --git a/src/multislice.h b/src/multislice.h new file mode 100644 index 0000000..4aa6014 --- /dev/null +++ b/src/multislice.h @@ -0,0 +1,25 @@ +/* + * multislice.h + * + * Multislice Dynamical Simulations + * + * (c) 2006-2009 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef MULTISLICE_H +#define MULTISLICE_H + +#include "model.h" +#include "reflist.h" + +extern ReflectionList *multislice_calculate_f_dyn(AtomicModel *model, + ReflectionList *template); + +#endif /* MULTISLICE_H */ -- cgit v1.2.3