[Commits] [svn:einsteintoolkit] Multipole/trunk/src/ (Rev. 77)

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Thu Mar 3 09:42:59 CST 2011


User: hinder
Date: 2011/03/03 09:42 AM

Modified:
 /trunk/src/
  multipole.cc

Log:
 Remove extra debug output
 
 Increase max number of spin weights

File Changes:

Directory: /trunk/src/
======================

File [modified]: multipole.cc
Delta lines: +1 -4
===================================================================
--- trunk/src/multipole.cc	2011-03-03 15:42:47 UTC (rev 76)
+++ trunk/src/multipole.cc	2011-03-03 15:42:59 UTC (rev 77)
@@ -19,7 +19,7 @@
 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 @@
       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);



More information about the Commits mailing list