aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b22e27d5b977e857146b516105e5e203d9f98be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Parameter definitions for thorn WaveToyC
# $Header$

private:
 
KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "No boundary condition"
  "flat"      :: "Flat boundary condition"
  "radiation" :: "Radiation boundary condition"
} "none"