aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
blob: 1cf20d1892ba849494a8a4e54594502c0bbe9f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * main.h
 *
 * The Top Level Source File
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *  dtr - Diffraction Tomography Reconstruction
 *
 */


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

#ifndef MAIN_H
#define MAIN_H

#endif	/* MAIN_H */