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