aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CopyBoundary.c')
-rw-r--r--src/CopyBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CopyBoundary.c b/src/CopyBoundary.c
index 2caaf66..1f285fb 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -132,7 +132,7 @@ CCTK_INT BndCopy(const cGH *GH, CCTK_INT num_vars, CCTK_INT *vars,
CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
"Faces specification %d for Copy boundary conditions on "
"%s is not implemented yet. "
- "Applying Copy bcs to all (external) faces.", faces[i],
+ "Applying Copy bcs to all (external) faces.", (int)faces[i],
CCTK_VarName(vars[i]));
}
dir = 0; /* apply bc to all faces */