aboutsummaryrefslogtreecommitdiff
path: root/src/luzzatti.h
blob: a334a8c45d386482f201d4679fa0ff37c84266e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * luzzatti.h
 *
 * Plot of R-factor against resolution
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 *
 *  synth2d - Two-Dimensional Crystallographic Fourier Synthesis
 *
 */

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

#ifndef LUZZATTI_H
#define LUZZATTI_H

extern void luzzatti_show(void);

#endif	/* LUZZATTI_H */