aboutsummaryrefslogtreecommitdiff
path: root/src/slice_initialize.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_initialize.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_initialize.F')
-rw-r--r--src/slice_initialize.F5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/slice_initialize.F b/src/slice_initialize.F
index 8871387..db3ff6d 100644
--- a/src/slice_initialize.F
+++ b/src/slice_initialize.F
@@ -28,7 +28,10 @@ C Extrapolate g, K, etc. to the boundary, where slice_data cannot
C calculate them, because it cannot take derivatives there. At all
C other timesteps cactus will do this automatically.
- call boundaries(CCTK_FARGUMENTS)
+C CARSTEN: I can't find this "boundaries" routine anywhere, so in
+C order to allow the code to compile I commented this line! (MIGUEL)
+
+C call boundaries(CCTK_FARGUMENTS)
C This wasted a day of work. PW found it...