summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9ad28f4..9f41c25 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,4 +5,8 @@ if (CCTK_Equals(initial_data, "brilldata")) {
SCHEDULE brill_data IN ADMBase_InitialData {
LANG: C
} "Brill wave initial data"
+
+ if (export_coeffs) {
+ STORAGE: brill_coeffs
+ }
}