aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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 ""
{
-: ::
+: :: ""
}