aboutsummaryrefslogtreecommitdiff
path: root/src/amplitude-r.h
blob: 53ce9c53d223e9a16b38d8820c43281f32f68c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * ampltude-r.h
 *
 * Plot of R-factor against amplitude
 *
 * (c) 2006 Thomas White <taw27@cam.ac.uk>
 *  Synth2d - two-dimensional Fourier synthesis
 *
 */

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

#ifndef AMPLITUDER_H

extern void amplituder_show(void);

#endif	/* AMPLITUDER_H */