[Commits] [svn:einsteintoolkit] Multipole/trunk/src/ (Rev. 55)
ian.hinder at aei.mpg.de
ian.hinder at aei.mpg.de
Sun Jun 13 16:57:40 CDT 2010
User: hinder
Date: 2010/06/13 04:57 PM
Modified:
/trunk/src/
interpolate.cc, multipole.cc, utils.cc
Log:
Remove debugging printf statements
File Changes:
Directory: /trunk/src/
======================
File [modified]: interpolate.cc
Delta lines: +0 -2
===================================================================
--- trunk/src/interpolate.cc 2010-06-04 08:09:42 UTC (rev 54)
+++ trunk/src/interpolate.cc 2010-06-13 21:57:39 UTC (rev 55)
@@ -100,8 +100,6 @@
// // NOTE: depending on the interval of integration, denominator above may
// // need to be modified to avoid double counting
-// // printf("Multipole: Interpolating %s\n", var_name);
-
// const CCTK_INT num_input_arrays = 1;
// const CCTK_INT num_output_arrays = 1;
// const CCTK_INT num_dims = 3;
File [modified]: multipole.cc
Delta lines: +0 -2
===================================================================
--- trunk/src/multipole.cc 2010-06-04 08:09:42 UTC (rev 54)
+++ trunk/src/multipole.cc 2010-06-13 21:57:39 UTC (rev 55)
@@ -265,7 +265,6 @@
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 @@
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);
File [modified]: utils.cc
Delta lines: +0 -1
===================================================================
--- trunk/src/utils.cc 2010-06-04 08:09:42 UTC (rev 54)
+++ trunk/src/utils.cc 2010-06-13 21:57:39 UTC (rev 55)
@@ -231,7 +231,6 @@
// Construct an array for the real integrand
if (!allocated_memory)
{
- printf("Multipole: Allocating memory for integrand\n");
fr = new CCTK_REAL[array_size];
fi = new CCTK_REAL[array_size];
allocated_memory = true;
More information about the Commits
mailing list