aboutsummaryrefslogtreecommitdiff
path: root/Examples/WaveHost/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/WaveHost/interface.ccl')
-rw-r--r--Examples/WaveHost/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/WaveHost/interface.ccl b/Examples/WaveHost/interface.ccl
index b08be61..149446c 100644
--- a/Examples/WaveHost/interface.ccl
+++ b/Examples/WaveHost/interface.ccl
@@ -46,13 +46,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"