aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
Diffstat (limited to 'm')
-rw-r--r--m/prototype/ML_BSSN_Helper/src/NewRad.c2
-rw-r--r--m/prototype/ML_BSSN_Helper/src/SetGroupTags.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/m/prototype/ML_BSSN_Helper/src/NewRad.c b/m/prototype/ML_BSSN_Helper/src/NewRad.c
index 5271d9f..9c576a1 100644
--- a/m/prototype/ML_BSSN_Helper/src/NewRad.c
+++ b/m/prototype/ML_BSSN_Helper/src/NewRad.c
@@ -52,8 +52,6 @@ ML_BSSN_NewRad (CCTK_ARGUMENTS)
newrad (cctkGH, B1 , B1rhs , 0.0, 1.0);
newrad (cctkGH, B2 , B2rhs , 0.0, 1.0);
newrad (cctkGH, B3 , B3rhs , 0.0, 1.0);
-
- newrad (cctkGH, Theta, Thetarhs, 0.0, 1.0);
}
static void
diff --git a/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c b/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c
index c83ff7a..7ae24bb 100644
--- a/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c
+++ b/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c
@@ -39,7 +39,6 @@ ML_BSSN_SetGroupTags (void)
set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_dtlapserhs");
set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_shiftrhs");
set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_dtshiftrhs");
- set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_Thetarhs");
return 0;
}