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

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

#ifndef CONTOURISE_H
#define CONTOURISE_H

extern void contourise_dialog_open(int nx, int ny);

#endif	/* CONTOURISE_H */