aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/InitSymBound.c')
-rw-r--r--src/InitSymBound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InitSymBound.c b/src/InitSymBound.c
index c0eaa8e..1500004 100644
--- a/src/InitSymBound.c
+++ b/src/InitSymBound.c
@@ -43,7 +43,7 @@ void WaveToyC_InitSymBound(CCTK_ARGUMENTS)
sym[1] = 1;
sym[2] = 1;
- SetCartSymmetry(cctkGH, sym,"wavetoy::phi");
+ SetCartSymVN(cctkGH, sym,"wavetoy::phi");
return;
}