From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/contourise.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/contourise.h (limited to 'src/contourise.h') diff --git a/src/contourise.h b/src/contourise.h new file mode 100644 index 0000000..9d81922 --- /dev/null +++ b/src/contourise.h @@ -0,0 +1,21 @@ +/* + * contourise.h + * + * Draw contour maps + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef CONTOURISE_H +#define CONTOURISE_H + +extern void contourise_dialog_open(int nx, int ny); + +#endif /* CONTOURISE_H */ -- cgit v1.2.3