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. --- schedule.ccl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index b4fcda2..d8eb719 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -26,7 +26,5 @@ SCHEDULE qms_init IN ADMBase_InitialData { } "" STORAGE: W - -if (export_coeffs) { - STORAGE: w_coeffs -} +STORAGE: W_pred +STORAGE: W_coeffs -- cgit v1.2.3