aboutsummaryrefslogtreecommitdiff
path: root/src/StaticBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/StaticBoundary.c')
-rw-r--r--src/StaticBoundary.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/StaticBoundary.c b/src/StaticBoundary.c
index 442cff9..1fe5656 100644
--- a/src/StaticBoundary.c
+++ b/src/StaticBoundary.c
@@ -133,7 +133,7 @@ CCTK_INT BndStatic(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;
}
@@ -924,11 +924,11 @@ void CCTK_FCALL CCTK_FNAME (BndStaticVN)
@endreturndesc
@@*/
static int ApplyBndStatic (const cGH *GH,
- CCTK_INT width_dir,
- const CCTK_INT *in_widths,
- int dir,
- int first_var,
- int num_vars)
+ CCTK_INT width_dir,
+ const CCTK_INT *in_widths,
+ int dir,
+ int first_var,
+ int num_vars)
{
int ierr;
int i, j, k;