aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 19:31:21 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 19:31:21 +0000
commitea949723592d53d1e747eebb629efdf570868806 (patch)
treedbe327cd4302c96e009e1516075251ebd590331c /schedule.ccl
parent064e4cd8b22b143c7433900adb9ff0f870aa9177 (diff)
Fixed parameter name conflict.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@9 936e0995-0e4f-0410-aade-aa24bf7baf3d
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