aboutsummaryrefslogtreecommitdiff
path: root/ML_hydro/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-08 10:35:56 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-08 10:35:56 -0600
commit7923b8e8365adadd407818c0371354a376aede08 (patch)
tree6e91f8cb9be50a45a4867df7d88f2fcdc253e366 /ML_hydro/param.ccl
parent881ce25beb22a920b462da9174cdd471385ec31c (diff)
Regenerate code
Diffstat (limited to 'ML_hydro/param.ccl')
-rw-r--r--ML_hydro/param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ML_hydro/param.ccl b/ML_hydro/param.ccl
index 90cf838..aab8e84 100644
--- a/ML_hydro/param.ccl
+++ b/ML_hydro/param.ccl
@@ -205,7 +205,7 @@ KEYWORD ene_group_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "skip"
+} "none"
private:
KEYWORD mass_group_bound "Boundary condition to implement"
@@ -217,7 +217,7 @@ KEYWORD mass_group_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "skip"
+} "none"
private:
KEYWORD mom_group_bound "Boundary condition to implement"
@@ -229,7 +229,7 @@ KEYWORD mom_group_bound "Boundary condition to implement"
"scalar" :: "Dirichlet boundary condition"
"newrad" :: "Improved radiative boundary condition"
"skip" :: "skip boundary condition code"
-} "skip"
+} "none"
private:
CCTK_REAL ene_bound_speed "characteristic speed at boundary"