aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index acb02cb..75f38d0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -528,7 +528,7 @@ if (CCTK_Equals(method_type, "RSA FV"))
if (use_eosgeneral)
{
- schedule RiemannSolveGeneral IN FluxTerms AFTER Whisky_Convert AS Riemann
+ schedule RiemannSolveGeneral IN FluxTerms AFTER Reconstruct AS Riemann
{
LANG: Fortran
STORAGE: EOS_temps
@@ -537,7 +537,7 @@ if (CCTK_Equals(method_type, "RSA FV"))
}
else if (CCTK_Equals(whisky_eos_type,"General")) {
- schedule RiemannSolve IN FluxTerms AFTER Whisky_Convert AS Riemann
+ schedule RiemannSolve IN FluxTerms AFTER Reconstruct AS Riemann
{
LANG: Fortran
STORAGE: EOS_temps
@@ -546,7 +546,7 @@ if (CCTK_Equals(method_type, "RSA FV"))
}
else if (CCTK_Equals(whisky_eos_type,"Polytype")) {
- schedule RiemannSolvePolytype IN FluxTerms AFTER Whisky_Convert AS Riemann
+ schedule RiemannSolvePolytype IN FluxTerms AFTER Reconstruct AS Riemann
{
LANG: Fortran
STORAGE: EOS_temps