aboutsummaryrefslogtreecommitdiff
path: root/src/multipole.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/multipole.cc')
-rw-r--r--src/multipole.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multipole.cc b/src/multipole.cc
index 30a6624..b0bc015 100644
--- a/src/multipole.cc
+++ b/src/multipole.cc
@@ -265,7 +265,6 @@ extern "C" void Multipole_Calc(CCTK_ARGUMENTS)
if (!initialized)
{
- printf("Multipole: Allocating memory in Multipole_Calc\n");
real = new CCTK_REAL[array_size];
imag = new CCTK_REAL[array_size];
th = new CCTK_REAL[array_size];
@@ -277,7 +276,6 @@ extern "C" void Multipole_Calc(CCTK_ARGUMENTS)
yhat = new CCTK_REAL[array_size];
zhat = new CCTK_REAL[array_size];
- printf("Multipole: parsing variables string.\n");
parse_variables_string(variables, vars, &n_variables);
get_spin_weights(vars, n_variables, spin_weights, &n_spin_weights);
Multipole_CoordSetup(ntheta, nphi, xhat, yhat, zhat, th, ph);