aboutsummaryrefslogtreecommitdiff
path: root/src/argand.h
blob: 56c932caf9e5a6fabda059e6a5f5215beaffc652 (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
/*
 * argand.h
 *
 * "Argand plane tracking"
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 *
 *  synth2d - Two-Dimensional Crystallographic Fourier Synthesis
 *
 */


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

#ifndef ARGAND_H
#define ARGAND_H

#include "reflist.h"

extern void argand_update(ReflectionList *reflections);
extern void argand_open(ReflectionList *reflections);

#endif	/* ARGAND_H */