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/superlattice.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/superlattice.h (limited to 'src/superlattice.h') 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 + * Synth2D - two-dimensional Fourier synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#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 */ -- cgit v1.2.3