aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-12 14:30:32 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-12 14:30:32 +0000
commite7dd260132c71c7cce27a50df7397d6a05cc5644 (patch)
tree8d97a4edd5573bfde6cda145fad76a9076a0e204 /src/RobinBoundary.c
parent7793adf402b097ca428fda95d3454f25c890c799 (diff)
Tidying and adding C routine
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@72 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 5efac69..200af41 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -4,8 +4,15 @@
#include "cctk.h"
#include "cctk_parameters.h"
-void RobinBCi_C(cGH *GH, int *sw, int *doBC, int *lsh,
- CCTK_REAL *var, CCTK_REAL *r, CCTK_REAL finf, CCTK_INT npow) {
+void RobinBCi_C(cGH *GH,
+ int *sw,
+ int *doBC,
+ int *lsh,
+ CCTK_REAL *var,
+ CCTK_REAL *r,
+ CCTK_REAL finf,
+ CCTK_INT npow)
+{
int xgp1,xgp2,xgp3,xgp4;
int ygp1,ygp2,ygp3,ygp4;