aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Omni_MultiVarCalls.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_Omni_MultiVarCalls.F90')
-rw-r--r--src/EOS_Omni_MultiVarCalls.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/src/EOS_Omni_MultiVarCalls.F90 b/src/EOS_Omni_MultiVarCalls.F90
index a0042b7..84cfb71 100644
--- a/src/EOS_Omni_MultiVarCalls.F90
+++ b/src/EOS_Omni_MultiVarCalls.F90
@@ -223,8 +223,8 @@ subroutine EOS_Omni_EOS_dpderho_dpdrhoe(eoskey,keytemp,rf_precision,npoints,&
dpderho(i) = (hybrid_gamma_th - 1.0d0) * rho(i)
enddo
case (4)
- if(keytemp.eq.1) then
- call CCTK_WARN(0,"keytemp=1 not supported for dpdrhoe, dpderho")
+ if(keytemp.ne.0) then
+ call CCTK_WARN(0,"Keytemp other than 0 not supported for dpdrhoe, dpderho")
else
call nuc_eos_m_kt0_dpdrhoe_dpderho(npoints,&
rho,temp,ye,eps,dpdrhoe,dpderho,rf_precision,&