aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Omni_SingleVarCalls.F90
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-11-13 04:13:28 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-11-13 04:13:28 +0000
commitca448b24703e3502d7dbb9bed658db3ed04d2938 (patch)
tree76f21075f2bfd0815798e9ef66e584192e2b5d21 /src/EOS_Omni_SingleVarCalls.F90
parent828cdf7aa06c6a1d6e56ade9465c27260028ccc7 (diff)
* small optimization: introduce call to nuc_eos that just returns the pressure (and eps)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/EOS_Omni@17 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'src/EOS_Omni_SingleVarCalls.F90')
-rw-r--r--src/EOS_Omni_SingleVarCalls.F903
1 files changed, 1 insertions, 2 deletions
diff --git a/src/EOS_Omni_SingleVarCalls.F90 b/src/EOS_Omni_SingleVarCalls.F90
index ce8a22e..72abe97 100644
--- a/src/EOS_Omni_SingleVarCalls.F90
+++ b/src/EOS_Omni_SingleVarCalls.F90
@@ -96,8 +96,7 @@ subroutine EOS_Omni_EOS_Press(eoskey,keytemp,rf_precision,npoints,&
xtemp = temp(i)
xye = ye(i)
xenr = eps(i) * inv_eps_gf
- call nuc_eos_short(xrho,xtemp,xye,xenr,xprs,&
- xent,xcs2,xdedt,xdpderho,xdpdrhoe,xmunu,&
+ call nuc_eos_press_eps(xrho,xtemp,xye,xenr,xprs,&
keytemp,keyerr(i),rf_precision)
if(keyerr(i).ne.0) then