aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-05-10 11:56:15 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-05-10 11:56:15 +0000
commitca6cb236fde78fed926c34283997454bb8a43be7 (patch)
tree49701ea2b9d679a0b169af0ffe3c0cdd28dc2d81 /src
parent8551a19aa14511c089ea8a31ce279144a8c7fcdf (diff)
New names for macros calling fortran from C
Fixing names of deprecated symmetry boundary condition routines which will be removed now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@44 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'src')
-rw-r--r--src/InitSymBound.c2
-rw-r--r--src/WaveToy.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/InitSymBound.c b/src/InitSymBound.c
index c0eaa8e..1500004 100644
--- a/src/InitSymBound.c
+++ b/src/InitSymBound.c
@@ -43,7 +43,7 @@ void WaveToyC_InitSymBound(CCTK_ARGUMENTS)
sym[1] = 1;
sym[2] = 1;
- SetCartSymmetry(cctkGH, sym,"wavetoy::phi");
+ SetCartSymVN(cctkGH, sym,"wavetoy::phi");
return;
}
diff --git a/src/WaveToy.c b/src/WaveToy.c
index c42b8ce..16f0d8e 100644
--- a/src/WaveToy.c
+++ b/src/WaveToy.c
@@ -106,7 +106,7 @@ void WaveToyC_Evolution(CCTK_ARGUMENTS)
@desc
Boundary conditions for the wave equation
@enddesc
- @calls CartSymBCGroup,FlatBC,RadiativeBC
+ @calls CartSymGN,FlatBC,RadiativeBC
@calledby
@history
@@ -127,7 +127,7 @@ void WaveToyC_Boundaries(CCTK_ARGUMENTS)
sw[1]=1;
sw[2]=1;
- ierr = CartSymBCGroup(cctkGH,"wavetoy::scalarevolve");
+ ierr = CartSymGN(cctkGH,"wavetoy::scalarevolve");
if (CCTK_EQUALS(bound,"flat"))
{