From 29091dc1b2dfc37f7e681b91a7dbfcab1c01f9f1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 Apr 2018 10:06:12 +0200 Subject: Make recovery from checkpoints work seamlessly. --- interface.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface.ccl') 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 -- cgit v1.2.3