aboutsummaryrefslogtreecommitdiff
path: root/src/refine-rns.h
blob: fc06c7608c502b61584e5f9c157fa469d65fb90b (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
/*
 * refine-rns.h
 *
 * Refinement by Random Neighbour Search
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 *
 *  synth2d - Two-Dimensional Crystallographic Fourier Synthesis
 *
 */

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

#ifndef REFINE_RNS_H
#define REFINE_RNS_H

#include "model.h"
#include "reflist.h"
#include "refine.h"

extern void refine_neighboursearch(AtomicModel *model, ReflectionList *reflections, RefinementSpec spec, double shift);

#endif	/* REFINE_RNS_H */