aboutsummaryrefslogtreecommitdiff
path: root/src/superlattice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superlattice.h')
-rw-r--r--src/superlattice.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/superlattice.h b/src/superlattice.h
new file mode 100644
index 0000000..4622b6e
--- /dev/null
+++ b/src/superlattice.h
@@ -0,0 +1,23 @@
+/*
+ * superlattice.h
+ *
+ * Superlattice Operations
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ * Synth2D - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef SUPERLATTICE_H
+#define SUPERLATTICE_H
+
+#include "reflist.h"
+
+extern ReflectionList *superlattice_split(ReflectionList *reflections, unsigned int xcells, unsigned int ycells);
+extern void superlattice_split_open(void);
+
+#endif /* SUPERLATTICE_H */