aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-29 16:34:50 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-29 16:34:50 +0000
commitad183a5ea2629e9a40b8d82f57b18531889a88a6 (patch)
tree7857d79c9e89458da0ed704e3fab973999135a89
parent19118df3e3819daf9c7cafa4e75278c2b188b79f (diff)
GRHydro: Fixing index offset bug in tempplus(i,j,k) for x direction flux.
From: Philipp Moesta <pmoesta@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@526 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--src/GRHydro_HLLE.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GRHydro_HLLE.F90 b/src/GRHydro_HLLE.F90
index 3816930..8ee029e 100644
--- a/src/GRHydro_HLLE.F90
+++ b/src/GRHydro_HLLE.F90
@@ -377,7 +377,7 @@ subroutine GRHydro_HLLE(CCTK_ARGUMENTS)
rhoplus(i,j,k),&
velxplus(i,j,k),velyplus(i,j,k),&
velzplus(i,j,k),epsplus(i,j,k), &
- tempplus(i+xoffset,j+yoffset,k+zoffset),&
+ tempplus(i,j,k),&
y_e_plus(i,j,k),&
w_lorentzplus(i,j,k),&
lamplus,gxxh,gxyh,gxzh,gyyh,&