aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6418191..c29205d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,4 +13,9 @@ if (apply_bc_noise) {
{
LANG: C
} "Add noise to boundary condition"
-} \ No newline at end of file
+
+ SCHEDULE bc_noise AT POSTRESTRICT
+ {
+ LANG: C
+ } "Add noise to boundary condition"
+}