aboutsummaryrefslogtreecommitdiff
path: root/src/TwoPunctures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/TwoPunctures.c')
-rw-r--r--src/TwoPunctures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index 1c792b6..e926b65 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -46,9 +46,9 @@ TwoPunctures (CCTK_ARGUMENTS)
allocate_derivs (&v, ntotal);
CCTK_INFO ("Solving puncture equation");
- Newton (nvar, n1, n2, n3, v, Newton_tol, Newton_maxit);
+ Newton (cctkGH, nvar, n1, n2, n3, v, Newton_tol, Newton_maxit);
- F_of_v (nvar, n1, n2, n3, v, F, u);
+ F_of_v (cctkGH, nvar, n1, n2, n3, v, F, u);
/* print out ADM mass, eq.: \Delta M_ADM=2*r*u=4*b*V for A=1,B=0,phi=0 */
admMass = (par_m_plus + par_m_minus