aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.h
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-09-18 17:49:45 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-09-18 17:49:45 +0000
commitc924b091d37294e18462bcda59d5bf7e4035d951 (patch)
tree75fa01331afde1e487712f99f5b91495a233a497 /src/Boundary.h
parent0ee83dae2fc3efff89b9bbd71f7355c4aa76cf6f (diff)
Tidying and minor bug fixes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@28 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/Boundary.h')
-rw-r--r--src/Boundary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boundary.h b/src/Boundary.h
index e1ef5e8..5f15734 100644
--- a/src/Boundary.h
+++ b/src/Boundary.h
@@ -7,7 +7,7 @@ extern "C" {
int ApplyFlat3D(cGH *GH,int *doBC,int *lsh,int *stencil_size,CCTK_REAL *var);
-int ApplyRadiativeBC(cGH *GH, CCTK_REAL var0, int *sw,
+int ApplyRadiativeBC(cGH *GH, CCTK_REAL var0, CCTK_REAL v0, int *sw,
char *name, char *name_p);
#ifdef __cplusplus