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 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 93a206f..121a38c 100644 --- a/param.ccl +++ b/param.ccl @@ -6,11 +6,11 @@ #------------------------------------------------------------------------------ private: -BOOLEAN id_noise "Add random noise to initial data" +BOOLEAN apply_id_noise "Add random noise to initial data" { } "no" -BOOLEAN bc_noise "Add random noise to initial data" +BOOLEAN apply_bc_noise "Add random noise to initial data" { } "no" -- cgit v1.2.3