aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
diff options
context:
space:
mode:
authorgoodale <goodale@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-05-17 12:28:55 +0000
committergoodale <goodale@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-05-17 12:28:55 +0000
commitdc7680315c4a72ba50dd84aba9335f30c56314a8 (patch)
treed84b1f505aa411d920a5880c5d751f120bc428b3 /src/CopyBoundary.c
parent1beee0948b01d55d5271038a6ca6f69c9eefb0a9 (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@273 6a38eb6e-646e-4a02-a296-d141613ad6c4
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;
}