aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@50555cc7-fb31-491a-85db-9a2874240742>2000-05-10 11:56:16 +0000
committerallen <allen@50555cc7-fb31-491a-85db-9a2874240742>2000-05-10 11:56:16 +0000
commit5f973aeaec78c75d827abf053e3d928b3a39e91b (patch)
tree35a8f8693616a34b429d6976974d03d8fab0ca62 /src
parentf7d94e19efd63baef8b68a32823df5d52392224f (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/WaveToyCXX/trunk@28 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'src')
-rw-r--r--src/InitSymBound.cc2
-rw-r--r--src/WaveToy.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/InitSymBound.cc b/src/InitSymBound.cc
index e718b21..67e0417 100644
--- a/src/InitSymBound.cc
+++ b/src/InitSymBound.cc
@@ -41,7 +41,7 @@ extern "C" void WaveToyCXX_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.cc b/src/WaveToy.cc
index e1be2c0..3ff99a4 100644
--- a/src/WaveToy.cc
+++ b/src/WaveToy.cc
@@ -99,7 +99,7 @@ extern "C" void WaveToyCXX_Evolution(CCTK_ARGUMENTS)
@desc
Boundary conditions for the wave equation
@enddesc
- @calls ApplySymmetry,ApplyFlatBC,ApplyRadiativeBC
+ @calls
@calledby
@history
@@ -120,7 +120,7 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS)
sw[1]=1;
sw[2]=1;
- ierr = CartSymBCGroup(cctkGH,"wavetoy::scalarevolve");
+ ierr = CartSymGN(cctkGH,"wavetoy::scalarevolve");
if (CCTK_Equals(bound,"flat"))
{