aboutsummaryrefslogtreecommitdiff
path: root/src/sphericalharmonic.hh
diff options
context:
space:
mode:
authorknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:25:54 +0000
committerknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:25:54 +0000
commitd47c3dc7324ddc372d3eeeab1366a38064fd70db (patch)
tree9d64f0168f82cbb15fe0e0e83a961e6807c5b5dc /src/sphericalharmonic.hh
use trunc structure
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@53 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'src/sphericalharmonic.hh')
-rw-r--r--src/sphericalharmonic.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/sphericalharmonic.hh b/src/sphericalharmonic.hh
new file mode 100644
index 0000000..32b1bba
--- /dev/null
+++ b/src/sphericalharmonic.hh
@@ -0,0 +1,11 @@
+
+#ifndef __sphericalharmonic_h
+#define __sphericalharmonic_h
+#include "cctk.h"
+
+void Multipole_HarmonicSetup(int s, int l, int m,
+ int array_size, CCTK_REAL const th[], CCTK_REAL const ph[],
+ CCTK_REAL reY[], CCTK_REAL imY[]);
+
+
+#endif