aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-12-13 16:18:05 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-12-13 16:18:05 +0000
commit581407f659e921cb0bd149aea57794db50bca65b (patch)
tree3506e44a4be0673fd640b9b7a84c879aa1e6ef0c
parentc8e6172e3fa051d85c128d20e20c8e3df69038f0 (diff)
Fixed fortran wrapper to BndRobinGN
Fixed Cactus/597 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@164 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/RobinBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index b8e93bf..b4066bb 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -227,7 +227,7 @@ void CCTK_FCALL CCTK_FNAME (BndRobinGN)
ONE_FORTSTRING_ARG)
{
ONE_FORTSTRING_CREATE (gname)
- *ierr = BndRobinVN (GH, stencil, *finf, *npow, gname);
+ *ierr = BndRobinGN (GH, stencil, *finf, *npow, gname);
free (gname);
}