summaryrefslogtreecommitdiff
path: root/src/ProjectionRectilinear.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectionRectilinear.cxx')
-rw-r--r--src/ProjectionRectilinear.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ProjectionRectilinear.cxx b/src/ProjectionRectilinear.cxx
new file mode 100644
index 0000000..fd64b7c
--- /dev/null
+++ b/src/ProjectionRectilinear.cxx
@@ -0,0 +1,13 @@
+//
+// 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 "ProjectionRectilinear.H"
+
+#include "ProjectionRectilinear_funcs.cxx"
+