aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-10-29 16:14:09 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-10-29 16:14:09 +0000
commitb5c4ea91e453f1587044f3380824d35e663e1db0 (patch)
treec92ef48b92b18bd808941ac066a1be3762020532 /schedule.ccl
parent22d15bf63112317c25624309ea2d75a3dad10740 (diff)
Some cleaning up. Gerd: Sorry, but c0(0) was initialized inside AHfinder_flow,
so there must be another problem. Miguel git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@21 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 635ec9b..b278144 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -12,9 +12,9 @@ if (ahf_active && ah_persists)
schedule ahfinder at CCTK_POSTSTEP
{
- LANG: Fortran
- STORAGE: ahfgradient,ahfinder_gauss,find3grid
- COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid
+ LANG: Fortran
+ STORAGE: ahfgradient,ahfinder_gauss,find3grid
+ COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid
} "Call apparent horizon finder with persisting grid"
}
@@ -22,9 +22,9 @@ else if (ahf_active)
{
schedule ahfinder at CCTK_POSTSTEP
{
- LANG: Fortran
- STORAGE:ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
- COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
+ LANG: Fortran
+ STORAGE:ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
+ COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
} "Call apparent horizon finder"
}