aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:42 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:42 +0000
commit62ca0a1533f9d1714dfc85af2ef24e8b1e48c700 (patch)
tree58eaa8a0f76462ba332a15575dc467be4e7587a5 /src
parentd7d05c61775119772db5ca37faf2fd06b0457510 (diff)
GRHydro: Fixing comment to reflect what is used in the code (sqrt(\gamma) - > \gamma).
not code change From: Philipp Moesta <pmoesta@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@459 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src')
-rw-r--r--src/GRHydro_Con2PrimM_pt_EOSOmni.c2
-rw-r--r--src/GRHydro_Con2PrimM_pt_EOSOmni.c.hopefullyfixed.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GRHydro_Con2PrimM_pt_EOSOmni.c b/src/GRHydro_Con2PrimM_pt_EOSOmni.c
index 8a72a6b..4fd6d1e 100644
--- a/src/GRHydro_Con2PrimM_pt_EOSOmni.c
+++ b/src/GRHydro_Con2PrimM_pt_EOSOmni.c
@@ -172,7 +172,7 @@ INPUT: (using GRHydro variable defintions)
tau = \alpha^2 \sqrt(\gamma) T^{00} - D
g[x,y,z][x,y,x] = spatial metric corresponding to \gamma
u[x,y,z][x,y,z] = inverse of the spatial metric, g[x,y,z][x,y,x]
- det = sqrt(\gamma)
+ det = gamma
B[x,y,z] = Bvec[0,1,2]
bsq = b^\mu b_\mu
diff --git a/src/GRHydro_Con2PrimM_pt_EOSOmni.c.hopefullyfixed.c b/src/GRHydro_Con2PrimM_pt_EOSOmni.c.hopefullyfixed.c
index ade6f6d..8f2beb9 100644
--- a/src/GRHydro_Con2PrimM_pt_EOSOmni.c.hopefullyfixed.c
+++ b/src/GRHydro_Con2PrimM_pt_EOSOmni.c.hopefullyfixed.c
@@ -172,7 +172,7 @@ INPUT: (using GRHydro variable defintions)
tau = \alpha^2 \sqrt(\gamma) T^{00} - D
g[x,y,z][x,y,x] = spatial metric corresponding to \gamma
u[x,y,z][x,y,z] = inverse of the spatial metric, g[x,y,z][x,y,x]
- det = sqrt(\gamma)
+ det = \gamma
B[x,y,z] = Bvec[0,1,2]
bsq = b^\mu b_\mu