aboutsummaryrefslogtreecommitdiff
path: root/ML_CCZ4/src/Boundaries.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ML_CCZ4/src/Boundaries.cc')
-rw-r--r--ML_CCZ4/src/Boundaries.cc146
1 files changed, 73 insertions, 73 deletions
diff --git a/ML_CCZ4/src/Boundaries.cc b/ML_CCZ4/src/Boundaries.cc
index fabca51..5cda75c 100644
--- a/ML_CCZ4/src/Boundaries.cc
+++ b/ML_CCZ4/src/Boundaries.cc
@@ -30,7 +30,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
- CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
+ CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
if (CCTK_EQUALS(ML_curv_bound, "none" ) ||
CCTK_EQUALS(ML_curv_bound, "static") ||
@@ -431,7 +431,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_curv_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_curv_bound < 0) handle_ML_curv_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_curv_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_curv_bound , ML_curv_bound_limit, "LIMIT") < 0)
@@ -450,7 +450,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_dtlapse_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_dtlapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_dtlapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_dtlapse_bound < 0) handle_ML_dtlapse_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_dtlapse_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_dtlapse_bound , ML_dtlapse_bound_limit, "LIMIT") < 0)
@@ -469,7 +469,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_dtshift_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_dtshift_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_dtshift_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_dtshift_bound < 0) handle_ML_dtshift_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_dtshift_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_dtshift_bound , ML_dtshift_bound_limit, "LIMIT") < 0)
@@ -488,7 +488,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_Gamma_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_Gamma_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_Gamma_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_Gamma_bound < 0) handle_ML_Gamma_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_Gamma_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_Gamma_bound , ML_Gamma_bound_limit, "LIMIT") < 0)
@@ -507,7 +507,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_lapse_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_lapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_lapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_lapse_bound < 0) handle_ML_lapse_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_lapse_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_lapse_bound , ML_lapse_bound_limit, "LIMIT") < 0)
@@ -526,7 +526,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_log_confac_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_log_confac_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_log_confac_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_log_confac_bound < 0) handle_ML_log_confac_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_log_confac_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_log_confac_bound , ML_log_confac_bound_limit, "LIMIT") < 0)
@@ -545,7 +545,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_metric_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_metric_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_metric_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_metric_bound < 0) handle_ML_metric_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_metric_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_metric_bound , ML_metric_bound_limit, "LIMIT") < 0)
@@ -564,7 +564,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_shift_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_shift_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_shift_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_shift_bound < 0) handle_ML_shift_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_shift_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_shift_bound , ML_shift_bound_limit, "LIMIT") < 0)
@@ -583,7 +583,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_Theta_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_Theta_bound < 0) handle_ML_Theta_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_Theta_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_Theta_bound , ML_Theta_bound_limit, "LIMIT") < 0)
@@ -602,7 +602,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_trace_curv_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_ML_trace_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_trace_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_trace_curv_bound < 0) handle_ML_trace_curv_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_trace_curv_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_trace_curv_bound , ML_trace_curv_bound_limit, "LIMIT") < 0)
@@ -621,7 +621,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At11_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At11_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At11_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At11_bound < 0) handle_At11_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At11_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At11_bound , At11_bound_limit, "LIMIT") < 0)
@@ -640,7 +640,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At12_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At12_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At12_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At12_bound < 0) handle_At12_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At12_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At12_bound , At12_bound_limit, "LIMIT") < 0)
@@ -659,7 +659,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At13_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At13_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At13_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At13_bound < 0) handle_At13_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At13_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At13_bound , At13_bound_limit, "LIMIT") < 0)
@@ -678,7 +678,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At22_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At22_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At22_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At22_bound < 0) handle_At22_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At22_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At22_bound , At22_bound_limit, "LIMIT") < 0)
@@ -697,7 +697,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At23_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At23_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At23_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At23_bound < 0) handle_At23_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At23_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At23_bound , At23_bound_limit, "LIMIT") < 0)
@@ -716,7 +716,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At33_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_At33_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At33_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At33_bound < 0) handle_At33_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At33_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At33_bound , At33_bound_limit, "LIMIT") < 0)
@@ -735,7 +735,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(A_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_A_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_A_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_A_bound < 0) handle_A_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_A_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_A_bound , A_bound_limit, "LIMIT") < 0)
@@ -754,7 +754,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B1_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_B1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B1_bound < 0) handle_B1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B1_bound , B1_bound_limit, "LIMIT") < 0)
@@ -773,7 +773,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B2_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_B2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B2_bound < 0) handle_B2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B2_bound , B2_bound_limit, "LIMIT") < 0)
@@ -792,7 +792,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B3_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_B3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B3_bound < 0) handle_B3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B3_bound , B3_bound_limit, "LIMIT") < 0)
@@ -811,7 +811,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt1_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_Xt1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt1_bound < 0) handle_Xt1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt1_bound , Xt1_bound_limit, "LIMIT") < 0)
@@ -830,7 +830,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt2_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_Xt2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt2_bound < 0) handle_Xt2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt2_bound , Xt2_bound_limit, "LIMIT") < 0)
@@ -849,7 +849,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt3_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_Xt3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt3_bound < 0) handle_Xt3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt3_bound , Xt3_bound_limit, "LIMIT") < 0)
@@ -868,7 +868,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(alpha_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_alpha_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_alpha_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_alpha_bound < 0) handle_alpha_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_alpha_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_alpha_bound , alpha_bound_limit, "LIMIT") < 0)
@@ -887,7 +887,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(phi_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_phi_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_phi_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_phi_bound < 0) handle_phi_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_phi_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_phi_bound , phi_bound_limit, "LIMIT") < 0)
@@ -906,7 +906,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt11_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt11_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt11_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt11_bound < 0) handle_gt11_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt11_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt11_bound , gt11_bound_limit, "LIMIT") < 0)
@@ -925,7 +925,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt12_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt12_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt12_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt12_bound < 0) handle_gt12_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt12_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt12_bound , gt12_bound_limit, "LIMIT") < 0)
@@ -944,7 +944,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt13_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt13_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt13_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt13_bound < 0) handle_gt13_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt13_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt13_bound , gt13_bound_limit, "LIMIT") < 0)
@@ -963,7 +963,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt22_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt22_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt22_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt22_bound < 0) handle_gt22_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt22_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt22_bound , gt22_bound_limit, "LIMIT") < 0)
@@ -982,7 +982,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt23_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt23_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt23_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt23_bound < 0) handle_gt23_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt23_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt23_bound , gt23_bound_limit, "LIMIT") < 0)
@@ -1001,7 +1001,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt33_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_gt33_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt33_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt33_bound < 0) handle_gt33_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt33_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt33_bound , gt33_bound_limit, "LIMIT") < 0)
@@ -1020,7 +1020,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta1_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_beta1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta1_bound < 0) handle_beta1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta1_bound , beta1_bound_limit, "LIMIT") < 0)
@@ -1039,7 +1039,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta2_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_beta2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta2_bound < 0) handle_beta2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta2_bound , beta2_bound_limit, "LIMIT") < 0)
@@ -1058,7 +1058,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta3_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_beta3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta3_bound < 0) handle_beta3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta3_bound , beta3_bound_limit, "LIMIT") < 0)
@@ -1077,7 +1077,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Theta_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Theta_bound < 0) handle_Theta_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Theta_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Theta_bound , Theta_bound_limit, "LIMIT") < 0)
@@ -1096,7 +1096,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(trK_bound, "radiative"))
{
/* select radiation boundary condition */
- static CCTK_INT handle_trK_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_trK_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_trK_bound < 0) handle_trK_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_trK_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_trK_bound , trK_bound_limit, "LIMIT") < 0)
@@ -1115,7 +1115,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_curv_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_curv_bound < 0) handle_ML_curv_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_curv_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_curv_bound ,ML_curv_bound_scalar, "SCALAR") < 0)
@@ -1132,7 +1132,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_dtlapse_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_dtlapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_dtlapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_dtlapse_bound < 0) handle_ML_dtlapse_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_dtlapse_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_dtlapse_bound ,ML_dtlapse_bound_scalar, "SCALAR") < 0)
@@ -1149,7 +1149,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_dtshift_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_dtshift_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_dtshift_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_dtshift_bound < 0) handle_ML_dtshift_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_dtshift_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_dtshift_bound ,ML_dtshift_bound_scalar, "SCALAR") < 0)
@@ -1166,7 +1166,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_Gamma_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_Gamma_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_Gamma_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_Gamma_bound < 0) handle_ML_Gamma_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_Gamma_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_Gamma_bound ,ML_Gamma_bound_scalar, "SCALAR") < 0)
@@ -1183,7 +1183,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_lapse_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_lapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_lapse_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_lapse_bound < 0) handle_ML_lapse_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_lapse_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_lapse_bound ,ML_lapse_bound_scalar, "SCALAR") < 0)
@@ -1200,7 +1200,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_log_confac_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_log_confac_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_log_confac_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_log_confac_bound < 0) handle_ML_log_confac_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_log_confac_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_log_confac_bound ,ML_log_confac_bound_scalar, "SCALAR") < 0)
@@ -1217,7 +1217,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_metric_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_metric_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_metric_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_metric_bound < 0) handle_ML_metric_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_metric_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_metric_bound ,ML_metric_bound_scalar, "SCALAR") < 0)
@@ -1234,7 +1234,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_shift_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_shift_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_shift_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_shift_bound < 0) handle_ML_shift_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_shift_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_shift_bound ,ML_shift_bound_scalar, "SCALAR") < 0)
@@ -1251,7 +1251,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_Theta_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_Theta_bound < 0) handle_ML_Theta_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_Theta_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_Theta_bound ,ML_Theta_bound_scalar, "SCALAR") < 0)
@@ -1268,7 +1268,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(ML_trace_curv_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_ML_trace_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_ML_trace_curv_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_ML_trace_curv_bound < 0) handle_ML_trace_curv_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_ML_trace_curv_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_ML_trace_curv_bound ,ML_trace_curv_bound_scalar, "SCALAR") < 0)
@@ -1285,7 +1285,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At11_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At11_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At11_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At11_bound < 0) handle_At11_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At11_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At11_bound ,At11_bound_scalar, "SCALAR") < 0)
@@ -1302,7 +1302,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At12_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At12_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At12_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At12_bound < 0) handle_At12_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At12_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At12_bound ,At12_bound_scalar, "SCALAR") < 0)
@@ -1319,7 +1319,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At13_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At13_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At13_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At13_bound < 0) handle_At13_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At13_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At13_bound ,At13_bound_scalar, "SCALAR") < 0)
@@ -1336,7 +1336,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At22_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At22_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At22_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At22_bound < 0) handle_At22_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At22_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At22_bound ,At22_bound_scalar, "SCALAR") < 0)
@@ -1353,7 +1353,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At23_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At23_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At23_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At23_bound < 0) handle_At23_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At23_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At23_bound ,At23_bound_scalar, "SCALAR") < 0)
@@ -1370,7 +1370,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(At33_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_At33_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_At33_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_At33_bound < 0) handle_At33_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_At33_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_At33_bound ,At33_bound_scalar, "SCALAR") < 0)
@@ -1387,7 +1387,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(A_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_A_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_A_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_A_bound < 0) handle_A_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_A_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_A_bound ,A_bound_scalar, "SCALAR") < 0)
@@ -1404,7 +1404,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B1_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_B1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B1_bound < 0) handle_B1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B1_bound ,B1_bound_scalar, "SCALAR") < 0)
@@ -1421,7 +1421,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B2_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_B2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B2_bound < 0) handle_B2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B2_bound ,B2_bound_scalar, "SCALAR") < 0)
@@ -1438,7 +1438,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(B3_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_B3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_B3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_B3_bound < 0) handle_B3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_B3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_B3_bound ,B3_bound_scalar, "SCALAR") < 0)
@@ -1455,7 +1455,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt1_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_Xt1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt1_bound < 0) handle_Xt1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt1_bound ,Xt1_bound_scalar, "SCALAR") < 0)
@@ -1472,7 +1472,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt2_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_Xt2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt2_bound < 0) handle_Xt2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt2_bound ,Xt2_bound_scalar, "SCALAR") < 0)
@@ -1489,7 +1489,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Xt3_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_Xt3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Xt3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Xt3_bound < 0) handle_Xt3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Xt3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Xt3_bound ,Xt3_bound_scalar, "SCALAR") < 0)
@@ -1506,7 +1506,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(alpha_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_alpha_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_alpha_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_alpha_bound < 0) handle_alpha_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_alpha_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_alpha_bound ,alpha_bound_scalar, "SCALAR") < 0)
@@ -1523,7 +1523,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(phi_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_phi_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_phi_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_phi_bound < 0) handle_phi_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_phi_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_phi_bound ,phi_bound_scalar, "SCALAR") < 0)
@@ -1540,7 +1540,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt11_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt11_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt11_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt11_bound < 0) handle_gt11_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt11_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt11_bound ,gt11_bound_scalar, "SCALAR") < 0)
@@ -1557,7 +1557,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt12_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt12_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt12_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt12_bound < 0) handle_gt12_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt12_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt12_bound ,gt12_bound_scalar, "SCALAR") < 0)
@@ -1574,7 +1574,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt13_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt13_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt13_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt13_bound < 0) handle_gt13_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt13_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt13_bound ,gt13_bound_scalar, "SCALAR") < 0)
@@ -1591,7 +1591,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt22_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt22_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt22_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt22_bound < 0) handle_gt22_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt22_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt22_bound ,gt22_bound_scalar, "SCALAR") < 0)
@@ -1608,7 +1608,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt23_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt23_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt23_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt23_bound < 0) handle_gt23_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt23_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt23_bound ,gt23_bound_scalar, "SCALAR") < 0)
@@ -1625,7 +1625,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(gt33_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_gt33_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_gt33_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_gt33_bound < 0) handle_gt33_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_gt33_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_gt33_bound ,gt33_bound_scalar, "SCALAR") < 0)
@@ -1642,7 +1642,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta1_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_beta1_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta1_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta1_bound < 0) handle_beta1_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta1_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta1_bound ,beta1_bound_scalar, "SCALAR") < 0)
@@ -1659,7 +1659,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta2_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_beta2_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta2_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta2_bound < 0) handle_beta2_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta2_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta2_bound ,beta2_bound_scalar, "SCALAR") < 0)
@@ -1676,7 +1676,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(beta3_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_beta3_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_beta3_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_beta3_bound < 0) handle_beta3_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_beta3_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_beta3_bound ,beta3_bound_scalar, "SCALAR") < 0)
@@ -1693,7 +1693,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Theta_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_Theta_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_Theta_bound < 0) handle_Theta_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_Theta_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_Theta_bound ,Theta_bound_scalar, "SCALAR") < 0)
@@ -1710,7 +1710,7 @@ extern "C" void ML_CCZ4_SelectBoundConds(CCTK_ARGUMENTS)
if (CCTK_EQUALS(trK_bound, "scalar"))
{
/* select scalar boundary condition */
- static CCTK_INT handle_trK_bound CCTK_ATTRIBUTE_UNUSED = -1;
+ static CCTK_INT handle_trK_bound CCTK_ATTRIBUTE_UNUSED = -1;
if (handle_trK_bound < 0) handle_trK_bound = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (handle_trK_bound < 0) CCTK_WARN(0, "could not create table!");
if (Util_TableSetReal(handle_trK_bound ,trK_bound_scalar, "SCALAR") < 0)