summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 17:24:31 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 17:24:31 +0100
commitf89b029c45d6ac6a96a09bd904f1eec1bcada16c (patch)
treebe726163669df7115716a4a27e2d1d5fb4bf5a85 /schedule.ccl
parent59b0fb3aa94e95bf4117012af673fdcaea526254 (diff)
Rewrite to use the external libbrilldata library.
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 0 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9f41c25..9ad28f4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,8 +5,4 @@ if (CCTK_Equals(initial_data, "brilldata")) {
SCHEDULE brill_data IN ADMBase_InitialData {
LANG: C
} "Brill wave initial data"
-
- if (export_coeffs) {
- STORAGE: brill_coeffs
- }
}