aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 74308e4..6418191 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,14 +1,14 @@
# Schedule definitions for thorn IDBrBrPETSc
# $Header$
-if (id_noise) {
+if (apply_id_noise) {
SCHEDULE id_noise AT CCTK_POSTINITIAL
{
LANG: C
} "Add noise to initial data"
}
-if (bc_noise) {
+if (apply_bc_noise) {
SCHEDULE bc_noise AT CCTK_POSTSTEP
{
LANG: C