aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-17 17:08:31 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-17 17:08:31 +0000
commitee28f6374555c912297d91d329ed68909d3a58f1 (patch)
tree0f365fc91b587a3293e23112fbbf8f6e212106d5
parent3b57d3383a6b0c9da1f638a196e8680806dd3239 (diff)
GRHydro: schedule AtmosphereReset before PrimitiveInitialGuessesBoundaries
which used to be called PrimitiveBoundaries From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@400 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 42a682c..5af3568 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1009,7 +1009,7 @@ schedule group Do_GRHydro_Boundaries IN HydroBase_Boundaries
# Synchronize the atmosphere mask before doing other boundaries!
-schedule group GRHydro_AtmosphereMaskBoundaries IN HydroBase_PostStep BEFORE (HydroBase_Boundaries,GRHydro_PrimitiveBoundaries)
+schedule group GRHydro_AtmosphereMaskBoundaries IN HydroBase_PostStep BEFORE (HydroBase_Boundaries,GRHydro_PrimitiveInitialGuessesBoundaries)
{
} "Apply boundary conditions to primitives"