aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.c
diff options
context:
space:
mode:
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
+}