aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-05-01 17:20:47 +0100
committerBarry Wardell <barry.wardell@gmail.com>2012-05-01 18:37:21 +0100
commit6d8ba38ffa081c47e9e0e4de3ebdc57195089628 (patch)
treead429ca94accf49cb48f5e9607a3b799ddfc20ae /m
parenta8794cd2227c87c7457ba51d040e863be2f981e7 (diff)
Remove CCZ4 specific code from BSSN helper thorn.
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;
}