aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.c
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 /src/InitSymBound.c
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 'src/InitSymBound.c')
-rw-r--r--src/InitSymBound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/InitSymBound.c b/src/InitSymBound.c
index d075e9a..de8bd0d 100644
--- a/src/InitSymBound.c
+++ b/src/InitSymBound.c
@@ -36,5 +36,6 @@ void WaveToyC_InitSymBound(CCTK_CARGUMENTS)
sym[2] = 1;
SetCartSymmetry(cctkGH, sym,"wavetoy::phi");
+ SetCartSymmetry(cctkGH, sym,"wavetoyc::phi_new");
-} \ No newline at end of file
+}