aboutsummaryrefslogtreecommitdiff
path: root/src/StaticBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/StaticBoundary.c')
-rw-r--r--src/StaticBoundary.c2
1 files changed, 1 insertions, 1 deletions
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;