aboutsummaryrefslogtreecommitdiff
path: root/src/RadiationBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RadiationBoundary.c')
-rw-r--r--src/RadiationBoundary.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/RadiationBoundary.c b/src/RadiationBoundary.c
index 9033d68..a4b15e2 100644
--- a/src/RadiationBoundary.c
+++ b/src/RadiationBoundary.c
@@ -1736,15 +1736,15 @@ static int ApplyBndRadiative (const cGH *GH,
@endreturndesc
@@*/
-int OldApplyBndRadiative(const cGH *GH,
- int width_dir,
- const CCTK_INT *stencil_alldirs,
- int dir,
- CCTK_REAL var0,
- CCTK_REAL speed,
- int first_var_to,
- int first_var_from,
- int num_vars)
+static int OldApplyBndRadiative(const cGH *GH,
+ int width_dir,
+ const CCTK_INT *stencil_alldirs,
+ int dir,
+ CCTK_REAL var0,
+ CCTK_REAL speed,
+ int first_var_to,
+ int first_var_from,
+ int num_vars)
{
int i, dim, retval;
CCTK_INT *boundary_widths;