[Commits] [svn:einsteintoolkit] AHFinderDirect/trunk/ (Rev. 1568)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Sat Jul 7 23:58:21 CDT 2012


User: rhaas
Date: 2012/07/07 11:58 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 remove AFTER statements without effect from schedule
 
 the removed statements referred to a group that does not exist in the schedule
 bins

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +5 -9
===================================================================
--- trunk/schedule.ccl	2012-05-28 22:18:36 UTC (rev 1567)
+++ trunk/schedule.ccl	2012-07-08 04:58:20 UTC (rev 1568)
@@ -105,8 +105,7 @@
      } "import the excision mask"
 
   schedule AHFinderDirect_store at CCTK_ANALYSIS \
-     after AHFinderDirect_find_horizons \
-     before SphericalSurface_HasBeenSet
+     after AHFinderDirect_find_horizons
      {
      lang: C
      options: global
@@ -189,8 +188,7 @@
      } "import the excision mask"
 
   schedule AHFinderDirect_store at CCTK_POSTINITIAL \
-     after AHFinderDirect_find_horizons \
-     before SphericalSurface_HasBeenSet
+     after AHFinderDirect_find_horizons
      {
      lang: C
      options: global
@@ -231,8 +229,7 @@
      } "import the excision mask"
 
   schedule AHFinderDirect_store at CCTK_POSTPOSTINITIAL \
-     after AHFinderDirect_find_horizons \
-     before SphericalSurface_HasBeenSet
+     after AHFinderDirect_find_horizons
      {
      lang: C
      options: global
@@ -273,15 +270,14 @@
      } "import the excision mask"
 
   schedule AHFinderDirect_store at CCTK_POST_RECOVER_VARIABLES \
-     after AHFinderDirect_find_horizons \
-     before SphericalSurface_HasBeenSet
+     after AHFinderDirect_find_horizons
      {
      lang: C
      options: global
      } "store apparent horizon(s) into spherical surface(s)"
 
   schedule AHFinderDirect_save at CCTK_POST_RECOVER_VARIABLES \
-     after AHFinderDirect_find_horizons \
+     after AHFinderDirect_find_horizons
      {
      lang: C
      options: global



More information about the Commits mailing list