aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FlatBoundary.c')
-rw-r--r--src/FlatBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FlatBoundary.c b/src/FlatBoundary.c
index 948add7..e6cb733 100644
--- a/src/FlatBoundary.c
+++ b/src/FlatBoundary.c
@@ -138,7 +138,7 @@ CCTK_INT BndFlat(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;
}