summaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 10:06:12 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 10:06:12 +0200
commit29091dc1b2dfc37f7e681b91a7dbfcab1c01f9f1 (patch)
treec1780b8da34e592276e2fd920e1f1db4b1de7549 /interface.ccl
parent36eb8bc7c24938163bcf8d7b3a58bfeb71755f8d (diff)
Make recovery from checkpoints work seamlessly.
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 324fc5f..7216b74 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -13,4 +13,5 @@ REQUIRES FUNCTION MoLRegisterSaveAndRestoreGroup
public:
CCTK_REAL W TYPE=GF
-CCTK_REAL w_coeffs TYPE=array DIM=2 SIZE=basis_order_z,basis_order_r DISTRIB=constant
+CCTK_REAL W_coeffs TYPE=array DIM=3 SIZE=2,basis_order_z,basis_order_r DISTRIB=constant
+CCTK_REAL W_pred TYPE=array DIM=3 SIZE=2,basis_order_z,basis_order_r DISTRIB=constant