summaryrefslogtreecommitdiff
path: root/src/param.ccl
blob: 4d0c6e4cda2de68b1a8de0e6e8b4a58c2b5a9258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Parameter definitions for flesh
# $Header$

public:
 
public:

REAL cctk_initial_time "Initial time for evolution"
{
 : :: "Anything"
} 0.0
 
INTEGER cctk_itfirst "Initial iteration number"
{
: :: "Any integer"
} 0

INTEGER cctk_itlast "Final iteration number"
{
: :: "Any integer"
} 10