aboutsummaryrefslogtreecommitdiff
path: root/src/elser.h
blob: 258b70d8ae2da97721f6220da495750890e6f735 (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
/*
 * elser.h
 *
 * Elser Difference Map Algorithm
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 *
 *  synth2d - two-dimensional Fourier synthesis
 *
 */

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

#ifndef ELSER_H
#define ELSER_H

#include "reflist.h"

extern void elser_dialog_open();
extern void elser_grab_phases(ReflectionList *reflections);

#endif	/* ELSER_H */