aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-12-17 10:51:04 +0000
committerallen <allen@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-12-17 10:51:04 +0000
commitfb56f823b18d9d9c702e0be586c5801f764389cb (patch)
treed38ff1e21ff024175b1d037f44411a77219a9331 /param.ccl
parenta821531f08f5a252a6dbdc3d8a25b1e39d657296 (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@37 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl48
1 files changed, 24 insertions, 24 deletions
diff --git a/param.ccl b/param.ccl
index bc28fbb..4e41c84 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,12 +12,12 @@ private:
##########################
STRING outdir1D "Name of 1D ASCII output directory, overrides outdir"
{
- .* :: A regex which matces everything
+ .* :: "A regex which matces everything"
} "."
STRING outdir2D "Name of 2D ASCII output directory, overrides outdir"
{
- .* :: A regex which matces everything
+ .* :: "A regex which matces everything"
} "."
@@ -26,12 +26,12 @@ STRING outdir2D "Name of 2D ASCII output directory, overrides outdir"
##########################
STRING out1D_vars "Variables to output in 1D ASCII file format" STEERABLE = ALWAYS
{
- .* :: A regex which matces everything
+ .* :: "A regex which matces everything"
} ""
STRING out2D_vars "Variables to output in 2D ASCII file format" STEERABLE = ALWAYS
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} ""
@@ -190,7 +190,7 @@ USES STRING outdir ""
########################
USES INT out_every ""
{
- : ::
+ : :: ""
}
@@ -199,75 +199,75 @@ USES INT out_every ""
#######################
USES CCTK_REAL out_xline_y ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_xline_z ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_yline_x ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_yline_z ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_zline_x ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_zline_y ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_xline_yi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_xline_zi ""
-{
-: ::
+{
+: :: ""
}
USES CCTK_INT out_yline_xi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_yline_zi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_zline_xi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_zline_yi ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_yzplane_x ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_xzplane_y ""
{
-: ::
+: :: ""
}
USES CCTK_REAL out_xyplane_z ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_xyplane_zi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_xzplane_yi ""
{
-: ::
+: :: ""
}
USES CCTK_INT out_yzplane_xi ""
{
-: ::
+: :: ""
}