aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-11 14:42:11 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>1999-09-11 14:42:11 +0000
commitc1a160ee40148807114ef2dc9cba78423f9d9e4d (patch)
treeeb0a38878ef047b47cd8b5c2e366b8fe0f8b2ac2 /par
parentbc183385b05ad4e7279ffab130e828d8160e383f (diff)
Fixing the bug in using radiation boundary conditions (I had copied
the call line from F77 which was actually wrong but bizarrely worked) Adding error codes to boundary conditions. Changing things around to make the application of boundary conditions clearer. Now the arrays are swapped at the end and not in the middle. Need to copy this to the other 2 thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@6 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'par')
-rw-r--r--par/wavetoyc_rad.par2
1 files changed, 1 insertions, 1 deletions
diff --git a/par/wavetoyc_rad.par b/par/wavetoyc_rad.par
index b737374..eec1011 100644
--- a/par/wavetoyc_rad.par
+++ b/par/wavetoyc_rad.par
@@ -41,5 +41,5 @@ IOASCII::out1D_vars = "wavetoy::phi "
IOASCII::outinfo_every = 10
IOASCII::outinfo_vars = "wavetoy::phi"
-IO::outdir = "wavetoy_rad"
+IO::outdir = "wavetoyc_rad"