aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
authorlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-12 15:49:04 +0000
committerlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-12 15:49:04 +0000
commit299e97bd707c4a2ac4cb48997d2aeafcc36f1d34 (patch)
treeba462fe7d66c26613c2c13571bb2009672d674e9 /src/RobinBoundary.c
parent0830b5576b510840920a26e825058a4da955021f (diff)
wrong routine name
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@74 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 200af41..ee501f7 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -4,7 +4,7 @@
#include "cctk.h"
#include "cctk_parameters.h"
-void RobinBCi_C(cGH *GH,
+void RobinBCi(cGH *GH,
int *sw,
int *doBC,
int *lsh,