From 3268a17089b1c55495982f559d03eb5f36d2a0ea Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 22 Sep 2003 12:47:38 +0000 Subject: OldApplyBndRadiative() was declared as 'static' but defined as 'extern'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@247 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/RadiationBoundary.c | 18 +++++++++--------- 1 file 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; -- cgit v1.2.3