aboutsummaryrefslogtreecommitdiff
path: root/Examples/WaveCaKernel/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/WaveCaKernel/interface.ccl')
-rw-r--r--Examples/WaveCaKernel/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/WaveCaKernel/interface.ccl b/Examples/WaveCaKernel/interface.ccl
index 1d883f5..ad0d8b5 100644
--- a/Examples/WaveCaKernel/interface.ccl
+++ b/Examples/WaveCaKernel/interface.ccl
@@ -47,13 +47,13 @@ CCTK_REAL pi_g type=GF timelevels=2 tags=''
} "pi_g"
public:
-CCTK_REAL phi_grhs type=GF timelevels=2 tags=''
+CCTK_REAL phi_grhs type=GF timelevels=2 tags='Prolongation="None"'
{
phirhs
} "phi_grhs"
public:
-CCTK_REAL pi_grhs type=GF timelevels=2 tags=''
+CCTK_REAL pi_grhs type=GF timelevels=2 tags='Prolongation="None"'
{
pirhs
} "pi_grhs"