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 d4d7bde..2caaf66 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -182,7 +182,7 @@ CCTK_INT BndCopy(const cGH *GH, CCTK_INT num_vars, CCTK_INT *vars,
if (gdim > max_gdim)
{
width_alldirs = (CCTK_INT *)
- realloc(width_alldirs, 2*gdim*sizeof(CCTK_INT));
+ realloc(width_alldirs, 2*gdim*sizeof(CCTK_INT));
max_gdim = gdim;
}