aboutsummaryrefslogtreecommitdiff
path: root/src/multislice.h
blob: 4aa6014d0869df33dec4230ec5a5d135f0ec6d68 (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
/*
 * multislice.h
 *
 * Multislice Dynamical Simulations
 *
 * (c) 2006-2009 Thomas White <taw27@cam.ac.uk>
 *
 *  synth2d - Two-Dimensional Crystallographic Fourier Synthesis
 *
 */

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

#ifndef MULTISLICE_H
#define MULTISLICE_H

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

extern ReflectionList *multislice_calculate_f_dyn(AtomicModel *model,
						  ReflectionList *template);

#endif	/* MULTISLICE_H */