aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 16:27:27 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 16:27:27 +0000
commit064e4cd8b22b143c7433900adb9ff0f870aa9177 (patch)
tree344c99491146fdd153c5410ff1991cd9f16e2eed /param.ccl
parenta14138597d4235649c062397a014eb1f085e6f2b (diff)
Renamed some parameters.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@8 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 95e0d3e..93a206f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -6,20 +6,20 @@
#------------------------------------------------------------------------------
private:
-BOOLEAN noisy_id "Add random noise to initial data"
+BOOLEAN id_noise "Add random noise to initial data"
{
} "no"
-BOOLEAN noisy_bc "Add random noise to initial data"
+BOOLEAN bc_noise "Add random noise to initial data"
{
} "no"
-STRING noisy_id_vars "Initial data variables to modify with noise"
+STRING id_vars "Initial data variables to modify with noise"
{
.* :: "A regex which matches everything"
} ""
-STRING noisy_bc_vars "Variables to modify with noise at boundary"
+STRING bc_vars "Variables to modify with noise at boundary"
{
.* :: "A regex which matches everything"
} ""