[Commits] [svn:einsteintoolkit] WeylScal4/trunk/ (Rev. 84)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Fri Sep 30 09:55:38 CDT 2011


User: rhaas
Date: 2011/09/30 09:55 AM

Modified:
 /trunk/
  schedule.ccl

Log:
 Regenerate code.

File Changes:

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

File [modified]: schedule.ccl
Delta lines: +3 -3
===================================================================
--- trunk/schedule.ccl	2011-09-30 14:55:19 UTC (rev 83)
+++ trunk/schedule.ccl	2011-09-30 14:55:38 UTC (rev 84)
@@ -26,7 +26,7 @@
 
 if (CCTK_EQUALS(fd_order, "Nth"))
 {
-  schedule group psis_calc_Nth_group in MoL_PseudoEvolution
+  schedule group psis_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars
   {
     # no language specified
   } "psis_calc_Nth"
@@ -71,7 +71,7 @@
 
 if (CCTK_EQUALS(fd_order, "2nd"))
 {
-  schedule group psis_calc_2nd_group in MoL_PseudoEvolution
+  schedule group psis_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars
   {
     # no language specified
   } "psis_calc_2nd"
@@ -116,7 +116,7 @@
 
 if (CCTK_EQUALS(fd_order, "4th"))
 {
-  schedule group psis_calc_4th_group in MoL_PseudoEvolution
+  schedule group psis_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars
   {
     # no language specified
   } "psis_calc_4th"



More information about the Commits mailing list