aboutsummaryrefslogtreecommitdiff
path: root/src/cflip.h
blob: e39e07b642632ed1bd47ae4390e80dad6f217df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * cflip.h
 *
 * Charge -flipping algorithms
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 * (c) 2008 Alexander Eggeman <ase25@cam.ac.uk>
 *
 *  synth2d - two-dimensional Fourier synthesis
 *
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef CFLIP_H
#define CFLIP_H

#include "reflist.h"
#include "symmetry.h"
#include "gtk-symmetry.h"
#include "cdm.h"


extern void cflip_dialog_open(void);

#endif	/* CFLIP_H */