aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorobkin <korobkin@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-05-01 08:50:11 +0000
committerkorobkin <korobkin@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-05-01 08:50:11 +0000
commitfdd9ad33d5f72c64203ceca064dcd9dbd4a0019d (patch)
treed0f10581abc1ea4f9f5922c81d61d994af56ce30
parentf094848d3eb13e236144a7fbed7fe255fb4fcf93 (diff)
(-) removed debugging output
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@110 f69c4107-0314-4c4f-9ad4-17e986b73f4a
-rw-r--r--src/get_offset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/get_offset.c b/src/get_offset.c
index a3b8b90..da94d0e 100644
--- a/src/get_offset.c
+++ b/src/get_offset.c
@@ -77,9 +77,6 @@ void get_lsh_iranges ( const CCTK_POINTER_TO_CONST cctkGH_,
*jmax = cctk_lsh[1] - ((cctk_bbox[3]) ? offset[3] : cctk_nghostzones[1] );
*kmax = cctk_lsh[2] - ((cctk_bbox[5]) ? offset[5] : cctk_nghostzones[2] );
- /*** debug ***/
- CCTK_VInfo (CCTK_THORNSTRING, "imn-kmx = {%d, %d, %d, %d, %d, %d}",
- *imin, *imax, *jmin, *jmax, *kmin, *kmax);
}