aboutsummaryrefslogtreecommitdiff
path: root/src/TwoPunctures.c
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-05 11:07:13 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-05 11:07:13 +0000
commit748569b8a25ce2d5d3b774f18df0345a3fe68768 (patch)
treed432e9d6a51ae8a8021f85f40ce2ec85053ee764 /src/TwoPunctures.c
parent4b903632cbc6158f80bb0b064ff7fcf45539ac39 (diff)
- add source terms provided by aliased function
- small fix suggested by Marcus concerning the initialisation of the dvs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@19 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
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