aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-04 12:28:44 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-04 12:28:44 +0000
commit53d74960b6fe39674e186e1f98b0d5c20f53b3af (patch)
treedaeba3c337e9214b99fa0fef6cff6cdab878d694 /schedule.ccl
parentafc1fd00bb416cf2cb21db9cbbd6c9b87f59b55c (diff)
GRHydro_InitData: extent initial_Bvec
rather than defining a private parameter of the same name. From: Roland Haas <roland.haas@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@155 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4bca6fc..19ac82d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -34,7 +34,7 @@ if (CCTK_Equals(initial_hydro,"alfvenwave")) {
}
if (CCTK_Equals(initial_hydro,"shocktube")) {
- if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
+ if(CCTK_Equals(initial_Bvec,"shocktube"))
{
schedule GRHydro_shocktubeM in HydroBase_Initial
{