aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-03-03 15:42:59 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-03-03 15:42:59 +0000
commitce9e0bf182e0b5f697852cd2a00102c9bd6d657a (patch)
treebcd95b9251037dcead6150b262f9e77cfedd2f32
parenta7129c9090f417c067629bf5c3b9dbd764a34f9f (diff)
Remove extra debug output
Increase max number of spin weights git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@77 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--src/multipole.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/multipole.cc b/src/multipole.cc
index cc8111e..7005af4 100644
--- a/src/multipole.cc
+++ b/src/multipole.cc
@@ -19,7 +19,7 @@ using namespace std;
static const int var_name_length = 30;
static const int max_vars = 10;
-static const int max_spin_weights = 3;
+static const int max_spin_weights = 10;
static const int max_l_modes = 10;
static const int max_m_modes = 2 * max_l_modes + 1;
@@ -67,9 +67,6 @@ static void fill_variable(int idx, const char *optstring, void *callback_arg)
char buffer[buffer_length];
Util_TableGetInt(table, &v->spin_weight , "sw");
-/////////////////////////////////////////////////////////////
-CCTK_VInfo(CCTK_THORNSTRING,"spinweight %d", v->spin_weight);
-/////////////////////////////////////////////////////////////
if (Util_TableGetString(table, buffer_length, buffer , "cmplx") >= 0)
{
v->imag_index = CCTK_VarIndex(buffer);