aboutsummaryrefslogtreecommitdiff
path: root/src/slice_data.F
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>1999-12-06 12:21:00 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>1999-12-06 12:21:00 +0000
commit43fb8a8a0d7fef77f18ebdbcb3d3428a4e36e5c0 (patch)
tree13d1f963eb62da1e836a8f014f69057fc7fc7460 /src/slice_data.F
parent79f81e608351fc2d0fb72ff2a44842a6cd202f9e (diff)
Migrating to Cactus 4.0
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@8 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src/slice_data.F')
-rw-r--r--src/slice_data.F6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/slice_data.F b/src/slice_data.F
index 33e0140..c2ef719 100644
--- a/src/slice_data.F
+++ b/src/slice_data.F
@@ -306,14 +306,12 @@ C Synchronize and bound slicetmp2, which contains dx^A/dt.
C This is really just for output, and will eventually be redundant.
call linextraponebound(CCTK_FARGUMENTS,slicetmp2x)
- call synconefunc(slicetmp2x)
call linextraponebound(CCTK_FARGUMENTS,slicetmp2y)
- call synconefunc(slicetmp2y)
call linextraponebound(CCTK_FARGUMENTS,slicetmp2z)
- call synconefunc(slicetmp2z)
call linextraponebound(CCTK_FARGUMENTS,slicetmp2t)
- call synconefunc(slicetmp2t)
+ call CCTK_SyncGroup(cctkGH,"Exact::Exact_slicetemp2")
+
kxx = - kxx
kxy = - kxy
kxz = - kxz