From d2cf1e345257069f3b84d36b7165bbeb626215e8 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 12 Jul 2000 11:58:56 +0000 Subject: Beta 8 name changes git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@31 50555cc7-fb31-491a-85db-9a2874240742 --- src/WaveToy.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/WaveToy.cc b/src/WaveToy.cc index 3ff99a4..b730fce 100644 --- a/src/WaveToy.cc +++ b/src/WaveToy.cc @@ -112,7 +112,7 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS) DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS - int ierr; + int ierr=-1; int sw[3]; /* Set the stencil width */ @@ -124,11 +124,11 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS) if (CCTK_Equals(bound,"flat")) { - ierr = FlatBCVar(cctkGH,sw,"wavetoy::phi"); + ierr = BndFlatVN(cctkGH,sw,"wavetoy::phi"); } else if (CCTK_Equals(bound,"radiation")) { - ierr = RadiativeBCVar(cctkGH,0,1,sw,"wavetoy::phi","wavetoy::phi"); + ierr = BndRadiativeVN(cctkGH,sw,0,1,"wavetoy::phi","wavetoy::phi"); } if (ierr < 0) -- cgit v1.2.3