summaryrefslogtreecommitdiff
path: root/src/ProjectionCylindrical.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectionCylindrical.cxx')
-rw-r--r--src/ProjectionCylindrical.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ProjectionCylindrical.cxx b/src/ProjectionCylindrical.cxx
new file mode 100644
index 0000000..d41e5f8
--- /dev/null
+++ b/src/ProjectionCylindrical.cxx
@@ -0,0 +1,12 @@
+//
+// Copyright 2006 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+//
+// This software may be used and distributed according to the terms
+// of the GNU General Public License, incorporated herein by reference.
+
+#include <stdio.h>
+#include <math.h>
+
+#include "ProjectionCylindrical.H"
+
+#include "ProjectionCylindrical_funcs.cxx"