aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-18 17:50:45 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-18 17:50:45 +0000
commit3492f05ab08ea8e295aa1df59e8773d1e3fd74a3 (patch)
tree0577c4657eda48cda4d07f79220f32f7f8d41452 /src
parent98c79746cef15c06d108b5fa51b257bf5146ecad (diff)
Fixing radiation boundary conditions
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@11 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'src')
-rw-r--r--src/WaveToy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.c b/src/WaveToy.c
index 9517ce2..1dda594 100644
--- a/src/WaveToy.c
+++ b/src/WaveToy.c
@@ -148,7 +148,7 @@ static void WaveToyC_Boundaries(CCTK_CARGUMENTS)
}
else if (CCTK_Equals(bound,"radiation"))
{
- ierr = ApplyRadiativeBC(cctkGH,0,sw,"wavetoyc::phi_new","wavetoy::phi");
+ ierr = ApplyRadiativeBC(cctkGH,0,1,sw,"wavetoyc::phi_new","wavetoy::phi");
}
if (ierr < 0)