aboutsummaryrefslogtreecommitdiff
path: root/param.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 /param.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 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
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"