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 eaa9123..74308e4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,14 +1,14 @@
# Schedule definitions for thorn IDBrBrPETSc
# $Header$
-if (noisy_id) {
+if (id_noise) {
SCHEDULE id_noise AT CCTK_POSTINITIAL
{
LANG: C
} "Add noise to initial data"
}
-if (noisy_bc) {
+if (bc_noise) {
SCHEDULE bc_noise AT CCTK_POSTSTEP
{
LANG: C