aboutsummaryrefslogtreecommitdiff
path: root/src/refine-lsq.h
blob: ffb03b943ac208c03c413c455b1ec00bc91dcea2 (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-lsq.h
 *
 * Refinement by Simple LSQ
 *
 * (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_LSQ_H
#define REFINE_LSQ_H

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

extern void refine_lsq(AtomicModel *model_orig, ReflectionList *reflections, RefinementSpec spec);

#endif	/* REFINE_LSQ_H */