aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 1475ebbaa57b57c9c9888851a641eb131857ea34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Parameter definitions for thorn PunctureTracker

BOOLEAN verbose "speak up?" STEERABLE=always
{
} "no"

BOOLEAN track[10] "Track this puncture"
{
} "no"

REAL initial_x[10] "Initial x coordinate positions of punctures"
{
  *:* :: ""
} 0.0

REAL initial_y[10] "Initial y coordinate positions of punctures"
{
  *:* :: ""
} 0.0

REAL initial_z[10] "Initial z coordinate positions of punctures"
{
  *:* :: ""
} 0.0