From 485f1ede87f931586a1570e91087ef6e67fa87f2 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 20 Jun 2012 23:44:51 +0000 Subject: Update code inside #ifdef DEBUG git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@308 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/RobinBoundary.c | 2 +- src/StaticBoundary.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c index 23de67e..1e36aa2 100644 --- a/src/RobinBoundary.c +++ b/src/RobinBoundary.c @@ -106,7 +106,7 @@ CCTK_INT BndRobin(const cGH *GH, CCTK_INT num_vars, CCTK_INT *vars, CCTK_INT npow; /* decay rate */ #ifdef DEBUG - printf("BndRobin(): got passed GH=%p, num_vars=%d, var_indices[0]=%d, table_handles[0]=%d\n", (const void *) GH, num_vars, var_indices[0], table_handles[0]); + printf("BndRobin(): got passed GH=%p, num_vars=%d, vars[0]=%d, tables[0]=%d\n", (const void *) GH, num_vars, vars[0], tables[0]); #endif retval = 0; width_alldirs = NULL; max_gdim = 0; diff --git a/src/StaticBoundary.c b/src/StaticBoundary.c index afdac6b..e7f1ff5 100644 --- a/src/StaticBoundary.c +++ b/src/StaticBoundary.c @@ -95,7 +95,7 @@ CCTK_INT BndStatic(const cGH *GH, CCTK_INT num_vars, CCTK_INT *vars, int dir; /* direction in which to apply bc */ #ifdef DEBUG - printf("BndStatic(): got passed GH=%p, num_vars=%d, var_indices[0]=%d, table_handles[0]=%d\n", (const void *) GH, num_vars, var_indices[0], table_handles[0]); + printf("BndStatic(): got passed GH=%p, num_vars=%d, vars[0]=%d, tables[0]=%d\n", (const void *) GH, num_vars, vars[0], tables[0]); #endif retval = 0; width_alldirs = NULL; max_gdim = 0; -- cgit v1.2.3