aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-11-29 13:32:13 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-11-29 13:32:13 +0000
commit553b60a7273363eaa27f279592c11aa3059db081 (patch)
tree1ba34498cf63e7f3006be0c3b64137884b324ecd
parent2a09f83a6ee7e6377f9329fef83b6abcd693b715 (diff)
Remove commented debug statements.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@44 f69c4107-0314-4c4f-9ad4-17e986b73f4a
-rw-r--r--src/get_coeffs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/get_coeffs.c b/src/get_coeffs.c
index af1df67..fbdac05 100644
--- a/src/get_coeffs.c
+++ b/src/get_coeffs.c
@@ -75,9 +75,6 @@ void DiffCoeff ( const CCTK_POINTER_TO_CONST cctkGH_, const CCTK_INT dir,
} else {
loc_order = order;
}
-// printf("loc_order = %d\n",loc_order);
-// printf("dir = %d, nsize = %d\n",dir,nsize);
-
switch(dir) {
case 0: {
@@ -101,7 +98,6 @@ void DiffCoeff ( const CCTK_POINTER_TO_CONST cctkGH_, const CCTK_INT dir,
default:
assert(0);
}
-// printf("bbox = [%d,%d], gsize = %d\n",bb[0],bb[1],gsize);
if ( CCTK_Equals(norm_type,"Diagonal") ) {
switch(loc_order) {