From 05b5d261682b9136fb46476a64eab6980b0dba64 Mon Sep 17 00:00:00 2001 From: taw27 Date: Mon, 5 Feb 2007 21:12:57 +0000 Subject: Initial import git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@1 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/main.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main.h (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h new file mode 100644 index 0000000..1cf20d1 --- /dev/null +++ b/src/main.h @@ -0,0 +1,19 @@ +/* + * main.h + * + * The Top Level Source File + * + * (c) 2007 Thomas White + * dtr - Diffraction Tomography Reconstruction + * + */ + + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef MAIN_H +#define MAIN_H + +#endif /* MAIN_H */ -- cgit v1.2.3