aboutsummaryrefslogtreecommitdiff
path: root/src/clean.h
blob: c8dc4afe843386420fbfb6b3d4ac38ca67f8f429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * clean.h
 *
 * CLEAN Algorithm
 *
 * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
 *
 *  Synth2D - two-dimensional Fourier synthesis
 *
 */

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

#ifndef CLEAN_H
#define CLEAN_H

#include <gtk/gtk.h>

#include "reflist.h"

extern void clean_dialog_open(GtkWidget *widget, gpointer data);
extern void clean_aperture_open(ReflectionList *reflections);

#endif	/* CLEAN_H */