aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {