aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-09-22 12:47:38 +0000
committertradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-09-22 12:47:38 +0000
commit3268a17089b1c55495982f559d03eb5f36d2a0ea (patch)
treecd2c78d9a782fc3248b87c6778188ba0a766b7a8
parent01051497d58f949a8d1f857fee4c814fe039f888 (diff)
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
-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;