aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F
diff options
context:
space:
mode:
authorallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
committerallen <allen@f80f6fb6-8356-4fd4-90bc-d84ad503c100>1999-09-04 11:07:02 +0000
commit6fdb31f4fa147be1067f8c43e365a638ccedda2f (patch)
tree18e85ef15179f2dbb556523ef6031f23445c1874 /src/WaveToy.F
parent53f1e5d0e5ab6597791bcea513f29bcb75787547 (diff)
Removing initial data and setting timestep, these jobs are in their
own thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@12 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'src/WaveToy.F')
-rw-r--r--src/WaveToy.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.F b/src/WaveToy.F
index f800edf..7d93465 100644
--- a/src/WaveToy.F
+++ b/src/WaveToy.F
@@ -43,7 +43,7 @@
if (CCTK_Equals(bound,"flat")==1) then
call ApplyFlatBC(cctkGH,sw,"wavetoy::phi")
else if (CCTK_Equals(bound,"radiation")==1) then
- call ApplyRadiativeBC(cctkGH,zero,sw,"wavetoy::phi","wavetoyf90::phi_old")
+ call ApplyRadiativeBC(cctkGH,zero,sw,"wavetoy::phi","wavetoy::phi_old")
end if
end subroutine wavetoyf90_boundaries