aboutsummaryrefslogtreecommitdiff
path: root/src/superlattice.h
blob: 4622b6e1d1f4951cbbfc667dbdc810ff6269147e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */