aboutsummaryrefslogtreecommitdiff
path: root/src/multislice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multislice.h')
-rw-r--r--src/multislice.h25
1 files changed, 25 insertions, 0 deletions
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 <taw27@cam.ac.uk>
+ *
+ * synth2d - Two-Dimensional Crystallographic Fourier Synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#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 */