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/clean.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/clean.h (limited to 'src/clean.h') diff --git a/src/clean.h b/src/clean.h new file mode 100644 index 0000000..c8dc4af --- /dev/null +++ b/src/clean.h @@ -0,0 +1,27 @@ +/* + * clean.h + * + * CLEAN Algorithm + * + * (c) 2006-2007 Thomas White + * + * Synth2D - two-dimensional Fourier synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef CLEAN_H +#define CLEAN_H + +#include + +#include "reflist.h" + +extern void clean_dialog_open(GtkWidget *widget, gpointer data); +extern void clean_aperture_open(ReflectionList *reflections); + +#endif /* CLEAN_H */ + -- cgit v1.2.3