From ea949723592d53d1e747eebb629efdf570868806 Mon Sep 17 00:00:00 2001 From: pollney Date: Thu, 16 May 2002 19:31:21 +0000 Subject: Fixed parameter name conflict. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@9 936e0995-0e4f-0410-aade-aa24bf7baf3d --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3