aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/TwoPunctures.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index ebda548..8ef7911 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -292,6 +292,12 @@ TwoPunctures (CCTK_ARGUMENTS)
- 4*par_b*PunctEvalAtArbitPosition(v.d0, 1, 0, 0, n1, n2, n3));
CCTK_VInfo (CCTK_THORNSTRING, "ADM mass is %g\n", (double)admMass);
}
+ else {
+
+ mp = par_m_plus;
+ mm = par_m_minus;
+
+ }
if (CCTK_EQUALS(grid_setup_method, "Taylor expansion"))
{