aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@6a38eb6e-646e-4a02-a296-d141613ad6c4>2012-06-20 23:44:51 +0000
committereschnett <eschnett@6a38eb6e-646e-4a02-a296-d141613ad6c4>2012-06-20 23:44:51 +0000
commit485f1ede87f931586a1570e91087ef6e67fa87f2 (patch)
treefcc962bc8db08d08b9235500e159970889f4c972
parentf4c23c0136c5d3b23aa412526525095b1bc2584d (diff)
Update code inside #ifdef DEBUG
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@308 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/RobinBoundary.c2
-rw-r--r--src/StaticBoundary.c2
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;